jharris4 / html-webpack-tags-plugin

lets you define html tags to inject with html-webpack-plugin
MIT License
256 stars 31 forks source link

[Feature Request]Support inline css or script be inserted #66

Open NE-SmallTown opened 3 years ago

NE-SmallTown commented 3 years ago

Seems currently we must provide the path/src option, but sometimes we want to insert some inline css or script like <style>.foo {}</style> or <script>console.log('hello')</script>