I’ve been using aurelia for a while now but not as a professional web developer. So that is occasional use. Way back in the day I setup my project with jspm and jspm bundling. But I’m finding it is way too slow to load and not everything wants to be bundled so easily. I’m thinking about moving to webpack but the documentation confuses me to the point of I don’t know where to begin. For instance, the CLI ‘au new’ command creates a new project and does a ton of stuff without making it clear what exactly it is doing. The skeleton app is just as confusing. Tons of stuff I don’t need or want to know about. I don’t want to make this sound like a rant. Perhaps I’m the only person that struggles with some of this stuff.
What I would like to know is where do I begin with webpack without completely resetting my package.json file, all my gulp tasks etc… Is there a set of instructions on integrating webpack with aurelia that is complete and transparent and doesn’t end up telling me to run ‘au new’ or look at a skeleton app?
Thanks for any guidance.