Description
I'm currently following the guides as I'm new to webpack and even though the start (setup and first example) is very clear, the guides quickly become vague and (worse) they don't seem to yield working results.
To give you a concrete example: Code Splitting - CSS:
The first example on this page will result in an error, as no input or output is specified. Nor does it contain any information on how to load the result in a page. This might seem arbitrary to experienced users, but I think it's important.
Another one is: Code Splitting - Async:
The import
example will actually result in webpackJSONp errors and create a 0.bundle.js
file that can not be resolved when loaded in a page. It's also a very unexpected output (why is this file here and what is it supposed to do?)
I believe this can be incredibly discouraging to beginners as they might want to see "fully working" examples so they can grasp what is going on.
Would it be appreciated if I fork this part of the docs and try to improve them a bit? Not sure how contributions are normally done ;)
Since I'm a beginner myself, I might need some help on it, as I'll probably won't be able to get everything working without good docs 😄