webpack-dev-server
should be able to compile multiple webpack configs.
npx webpack serve --open
- The script should open
http://localhost:8080/
in your default browser. - You should see the text on the page itself change to read
Success!
. - In
app.js
write code containing a syntax error and save the file. - The page should now refresh and show a full screen error overlay, displaying the syntax error.