Created
March 22, 2018 14:39
-
-
Save sivaraj-v/82bc1bb8ac3bf285ae53fa2083fee466 to your computer and use it in GitHub Desktop.
Revisions
-
sivaraj-v created this gist
Mar 22, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ { "name": "projectwebpack", "version": "1.0.0", "description": "", "main": "webpack.config.js", "scripts": { "build": "webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/zural/webpack.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/zural/webpack/issues" }, "homepage": "https://github.com/zural/webpack#readme", "devDependencies": { "@babel/core": "^7.0.0-beta.42", "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42", "@babel/preset-env": "^7.0.0-beta.42", "babel-loader": "^8.0.0-beta.2", "webpack": "^4.2.0", "webpack-cli": "^2.0.12" } }