Skip to content

Instantly share code, notes, and snippets.

@MikeCheng1208
Last active October 18, 2018 12:45
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 MikeCheng1208/853b13bf6272dfbc146b14c84d80f76f to your computer and use it in GitHub Desktop.
Save MikeCheng1208/853b13bf6272dfbc146b14c84d80f76f to your computer and use it in GitHub Desktop.
watch setting --mode
{
"name": "watch",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"watch": "webpack --watch --mode development",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment