bogusfocused / html-webpack-inline-chunk-plugin

A webpack plugin that inlines chunk in html-webpack-plugin.
34 stars 6 forks source link

Add an option to not generate manifest.js file ? #3

Closed KangdaOOLin closed 7 years ago

KangdaOOLin commented 7 years ago

Is there a way to not generate manifest.js file while webpack compile ? If you can, you can add an option to let the user choose whether to generate the manifest.js file.

bogusfocused commented 7 years ago

It is generated by html plugin. I do not know anyway to stop it. You can ask in that project.