Skip to content

Instantly share code, notes, and snippets.

@MikeCheng1208
Last active October 21, 2018 00:46
Show Gist options
  • Save MikeCheng1208/59ffef5dd8a0e000407de6dedfca6b23 to your computer and use it in GitHub Desktop.
Save MikeCheng1208/59ffef5dd8a0e000407de6dedfca6b23 to your computer and use it in GitHub Desktop.
webpack babel
{
"name": "Babel",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"watch": "webpack --mode development --watch",
"start": "webpack --mode development",
"deploy": "webpack --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment