We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated list of loaders (markdown)
typo future-prove -> future-proof
Added a couple of my screencasts (didn't fit under "Talks" nor "Articles")
Avoid the shell error "event not found" by enclosing the exclamation mark in single quotes.
Single quotes work too, a bit nicer on the eyes than the backslash.
The exclamation mark in Bash and other shells needs to be escaped with a backslash.
Added a note about publicPath in inline mode section.
Trying to clarify the difference between a static bundle file on disk and the compiled bundle served up by the dev-server.
Updated webpack dev server (markdown)
Updated webpack dev middleware (markdown)
Remove random a's
Updated examples (markdown)
Updated list of plugins (markdown)
explain use of `ResolverPlugin.FileAppendPlugin`
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
s
add svgo-loader to the list
Forgot --hot parameter
I was pretty confused getting into "hot mode", urls and when to add scripts and not. I hope this clears things up a bit. Going from a general setup that people can easily compare to other tools, then diving into the "hot" stuff :-)
Updated node.js api (markdown)
Updated build performance (markdown)
Updated links for prefetch and noParse
Updated plugins (markdown)