Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 10, 2021 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WesleySmits/2664367d48cec4308e3dd875cb2db1cd to your computer and use it in GitHub Desktop.
Save WesleySmits/2664367d48cec4308e3dd875cb2db1cd to your computer and use it in GitHub Desktop.
TS Starter: Add webpack dev server command
"scripts": {
"build": "webpack",
+ "serve": "webpack serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment