webpack / webpack-cli

Webpack's Command Line Interface
https://webpack.js.org/api/cli
MIT License
2.55k stars 594 forks source link

[Enhancement] Improve Chunk Splitting Defaults #943

Closed evenstensberg closed 4 years ago

evenstensberg commented 5 years ago

Do you want to request a feature or report a bug? enhancement

What is the current behavior? Right now, chunksplitting multiple entries are quite hard and I must admit that the commonschunkplugin interface was easier to deal with. We should try to make a wrapper after reading entries to ensure and maybe even enforce chunksplitting such that we are guaranteed that the user will have a faster load time.

If the current behavior is a bug, please provide the steps to reproduce. N/A

What is the expected behavior? Better Defaults and performance for web applications.

If this is a feature request, what is motivation or use case for changing the behavior? 0CJS and making the webz faster

Please paste the results of webpack-cli info here, and mention other relevant information such as programming language. N/A

webpack-bot commented 4 years ago

This issue had no activity for at least half a year.

It's subject to automatic issue closing if there is no activity in the next 15 days.

webpack-bot commented 4 years ago

Issue was closed because of inactivity.

If you think this is still a valid issue, please file a new issue with additional information.