html-webpack-plugin icon indicating copy to clipboard operation
html-webpack-plugin copied to clipboard

docs: added html-webpack-plugin-django to README

Open TommasoAmici opened this issue 4 years ago • 0 comments

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>

TommasoAmici avatar Jan 05 '22 22:01 TommasoAmici