Webpack entry points

Is it worth discussing the idea of moving away from the js classname based routing system, and towards multiple entry points in the webpack config?

https://webpack.js.org/concepts/entry-points/#multi-page-application

Sure, it’s worth discussing :slight_smile: But it really depends on use cases and context so it’s hard for us to make it a default.

The “routing” system is good for small amounts of JS that vary per page.