Skip to content

Instantly share code, notes, and snippets.

@chathurangat
Last active January 30, 2018 13:13
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 chathurangat/79f9aec59879d4735732318a0154d553 to your computer and use it in GitHub Desktop.
Save chathurangat/79f9aec59879d4735732318a0154d553 to your computer and use it in GitHub Desktop.
{
"name": "webpack-barbel-for-es6",
"version": "1.0.0",
"description": "Demonstrating the use of webpack with babel for compiling and bundling js files",
"main": "main.js",
"scripts": {
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chathuranga Tennakoon - www.springbootdev.com",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment