We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Actually, might wanna fork the CLI and add all the commentary to configs produced by it as a starter
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: