Skip to content

Instantly share code, notes, and snippets.

@johnstew
Created February 2, 2017 00:49
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 johnstew/e22685a97e447bcc200a14e5384d7610 to your computer and use it in GitHub Desktop.
Save johnstew/e22685a97e447bcc200a14e5384d7610 to your computer and use it in GitHub Desktop.
tree-shaking webpack package.json
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"start": "webpack --config webpack.config.js",
"build": "webpack -p --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"webpack": "^2.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment