Questions tagged [extracttextwebpackplugin]
76 questions
0
votes
1 answer
webpack generating unnecessary output file
I'm using multiple entry points (one to generate the bundled js file (main.js) and the other to generate the css file (style.css). My webpack.config.js file is generating both of those files but also a style.js file. How do I make it not generate…

ray9209
- 388
- 3
- 14