The instruction: After that, start up Webpack: webpack --watch is wrong! It should be: npm run watch
The instruction:
After that, start up Webpack:
webpack --watch
is wrong!
It should be:
npm run watch