Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Last active December 25, 2017 12:22
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 YonatanKra/31fd784fa8486054a9335c57427b3ca0 to your computer and use it in GitHub Desktop.
Save YonatanKra/31fd784fa8486054a9335c57427b3ca0 to your computer and use it in GitHub Desktop.
Package.json after webpack-dev-server install
{
"name": "webpackPost",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack-dev-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.4",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment