aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 111 forks source link

Mistakes in documentation in fundamentals chapter using webpack #417

Open ilsergente1993 opened 5 years ago

ilsergente1993 commented 5 years ago

I'm submitting a bug report

Current behavior: The documentation here has mistakes. Check the Manual Bootstrapping with Webpack code section, as reported here.

ilsergente1993 commented 5 years ago

I'm going to submit a PR

EisenbergEffect commented 5 years ago

Please do. We'd love that. Thank you!

ilsergente1993 commented 5 years ago

@EisenbergEffect In my opinion the documentation about the manual bootstrapping is quite poor, often only JSPM based and difficult to implement without more references. I would add some text and snipper in the doc but first I need a working version on my own, and to do that I need the documentation 😆 . Is there some working project with the typescript+webpack configuration someone can link me?

EisenbergEffect commented 5 years ago

@ilsergente1993 Have you taken a look at what the CLI outputs for a webpack setup. That's probably a good place to start. What do you think @3cp ?

ilsergente1993 commented 5 years ago

I'm sorry for the late answer @EisenbergEffect . Actually I got my code working and when I've a bit of free time I'll add some snippet of code to the doc.