Closed
Description
I love that you have an e2e test to confirm that it basically works. 😄 One of the biggest issues I've encountered with templates I maintain is the difficult of making changes as they grow more complex. As you expand and perhaps include optional features, this may be a good time to start producing the webpack configs programmatically, with e2e tests for each individual feature (and combination of features).
A resource that may be helpful is maintainable-webpack-config. It's a very immature experiment in programmatically producing a validated and tested Webpack config. May be useful as inspiration.