Skip to content

Instantly share code, notes, and snippets.

@shigeya
Created May 19, 2018 08:40
Show Gist options
  • Select an option

  • Save shigeya/eba187228c0d538b73ddd7c6275dc4f1 to your computer and use it in GitHub Desktop.

Select an option

Save shigeya/eba187228c0d538b73ddd7c6275dc4f1 to your computer and use it in GitHub Desktop.
{
"name": "webpack-demo",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.10",
"npm": "^6.0.1"
},
"devDependencies": {
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment