mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-08 12:44:43 +00:00
Update django-webpack-loader to 3.0.1 (#4793)
This commit is contained in:
parent
d990dcacab
commit
1ee1de2df7
1 changed files with 1 additions and 1 deletions
|
|
@ -46,5 +46,5 @@ django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers
|
|||
drf-spectacular==0.27.0 # https://github.com/tfranzel/drf-spectacular
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
|
||||
django-webpack-loader==2.0.1 # https://github.com/django-webpack/django-webpack-loader
|
||||
django-webpack-loader==3.0.1 # https://github.com/django-webpack/django-webpack-loader
|
||||
{%- endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue