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

Plugin that simplifies injection of chunks into head and body using HtmlWebpackPlugin (with ability to provide async/defer)

Results 2 html-webpack-injector issues
Sort by recently updated
recently updated
newest added

I added an option called 'removeDefer' which removes the defer tag. This is useful if you set the `scriptLoading: 'defer',` option on the HtmlWebpackPlugin, as this way, you can have:...