Skip to content

Instantly share code, notes, and snippets.

@harshaktg
Created September 8, 2020 07:26
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 harshaktg/c31340a35d5d4360446ab655b89c1a5e to your computer and use it in GitHub Desktop.
Save harshaktg/c31340a35d5d4360446ab655b89c1a5e to your computer and use it in GitHub Desktop.
Webpack Starter package.json
{
"name": "webpack-demo",
"version": "1.0.0",
"description": "To demonstrate the working of Webpack",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development"
},
"author": "Harsha Vardhan",
"license": "ISC",
"devDependencies": {
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment