mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
fixed webpack on base.html
This commit is contained in:
parent
44406593bb
commit
41b2906a5a
|
@ -60,6 +60,6 @@ django_compressor==2.0
|
|||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
# Webpack
|
||||
django-webpack-loader==0.3.3
|
||||
{%- endif -%}
|
||||
{%- endif %}
|
||||
|
||||
# Your custom requirements go here
|
||||
|
|
Loading…
Reference in New Issue
Block a user