You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
If html-webpack-plugin with options inject: false because i want make custom template inserting and need to use htmlWebpackPlugin.files object. Compile error htmlWebpackPlugin is not defined.
How to fix it?
The text was updated successfully, but these errors were encountered:
After spending 7 days on this dumpster fire, my conclusion is that this feature is not working because the template is rendered out by this plugin, and webpack, in its infinite autistic wisdom, does not export these variables until the loaders are done. Best I can tell, someone needs to go back and rewrite webpack (again), but using a fucking brain this time. I have never seen a tool with so many useless fucking features.
Uh oh!
There was an error while loading. Please reload this page.
Hello!
If html-webpack-plugin with options
inject: false
because i want make custom template inserting and need to use htmlWebpackPlugin.files object. Compile error htmlWebpackPlugin is not defined.How to fix it?
The text was updated successfully, but these errors were encountered: