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/b8a608bf733023746a4256b8f9439c0c to your computer and use it in GitHub Desktop.
Save MikeCheng1208/b8a608bf733023746a4256b8f9439c0c to your computer and use it in GitHub Desktop.
watch setting no model
{
"name": "watch",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"watch": "webpack --watch",
"build": "webpack"
},
"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