survivejs / webpack-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/webpack/
2.42k stars 319 forks source link

refactor: update extractcss config #336

Closed stefanfrede closed 4 years ago

stefanfrede commented 4 years ago

Adding sideEffects: true prevents mini-css-extract-plugin from not working when the package.json is configured with no sideEffects.