architgarg / html-webpack-injector

Plugin that simplifies injection of chunks into head and body using HtmlWebpackPlugin (with ability to provide async/defer)
29 stars 11 forks source link

Without a callback, the package will be interrupted. #6

Closed yayalovee closed 5 years ago

yayalovee commented 5 years ago

image

thearchitgarg commented 5 years ago

Thanks for pointing this out. But package will not be interrupted with a null callback. Have a look at the example code at html-webpack-plugin itself.

image