documentation
documentation copied to clipboard
Mistakes in documentation in fundamentals chapter using webpack
I'm submitting a bug report
- Language: all
Current behavior: The documentation here has mistakes. Check the Manual Bootstrapping with Webpack code section, as reported here.
I'm going to submit a PR
Please do. We'd love that. Thank you!
@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?
@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 ?
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.