django-webpack-loader
django-webpack-loader copied to clipboard
remove charset from example because now it is a deprecated feature
in the template code of example
- https://github.com/owais/django-webpack-loader#multiple-webpack-projects
there is the following code
<!-- add some extra attributes to the tag -->
{% render_bundle 'main' 'js' 'DEFAULT' attrs='async chatset="UTF-8"'%}
attribute charset is deprecated according to
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#Deprecated_attributes
note: chatset in your example, due to a typo.