mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-19 09:41:09 +00:00
Update django-webpack-loader from 0.3.0 to 0.3.3
This commit is contained in:
parent
fc20db3ed6
commit
d63e2e22ad
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ django_compressor==2.0
|
|||
|
||||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
# Webpack
|
||||
django-webpack-loader==0.3.0
|
||||
django-webpack-loader==0.3.3
|
||||
{%- endif %}
|
||||
|
||||
# Your custom requirements go here
|
||||
|
|
|
|||
Loading…
Reference in a new issue