Skip to content

Instantly share code, notes, and snippets.

@faran312
Last active January 8, 2020 03:55
Show Gist options
  • Save faran312/39c51eefab68d3061e5a5cd92d65c7b8 to your computer and use it in GitHub Desktop.
Save faran312/39c51eefab68d3061e5a5cd92d65c7b8 to your computer and use it in GitHub Desktop.
Tutorial Webpack
{
"name": "Webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment