wondering. currently i can generate an HTML file according to my template, with the compiled JavaScript inlined. but webpack still generates my main.js file while it's not needed. from my understanding, neither webpack itself or html-webpack-plugin should handle that, as in their cases the file should be produced and linked to. so i'm guess the functionality should be in html-webpack-inline-source-plugin somehow? thanks!
wondering. currently i can generate an HTML file according to my template, with the compiled JavaScript inlined. but
webpackstill generates mymain.jsfile while it's not needed. from my understanding, neitherwebpackitself orhtml-webpack-pluginshould handle that, as in their cases the file should be produced and linked to. so i'm guess the functionality should be inhtml-webpack-inline-source-pluginsomehow? thanks!