Open Alexander-Taran opened 6 years ago
https://github.com/jods4/aurelia-webpack-build
is a nice collection of webpack configs. would be nice to have them all commented line by line.
Actually, might wanna fork the CLI and add all the commentary to configs produced by it as a starter
CLI and Skeletons come with predefined flows. Which are hard to grasp if you are not already familiar with selected technology.
What this line does? How it affects output. All the good questions developers will have.
When something does not work out of the box it is hard to start to solve the problem. Because of overwhelming amount of information one has to learn.
Good starting point - almost bare bones webpack config with typescript: https://github.com/michaelbull/aurelia-typescript-webpack-starter
A lot of good info in aurelias webpack plugin repo: https://github.com/aurelia/webpack-plugin/wiki
As well as in docs repo: https://github.com/aurelia/documentation/blob/master/docs-v2/drafts/webpack/aurelia-webpack-plugin.md