html-webpack-plugin
html-webpack-plugin copied to clipboard
docs: added html-webpack-plugin-django to README
Hi, I publish a html-webpack-plugin to output Django static tags, and I added it to the README.
e.g.
{# before #}
<script defer src="dist/js/runtime.1198543abbf33da21374.js"></script>
{# after #}
<script defer src="{% static 'dist/js/runtime.1198543abbf33da21374.js' %}"></script>