Commit ed6fa6b5 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #601 from ethereum/removeUnglify

Don't babel minify
parents 28c0f4c5 c5bc724b
......@@ -41,7 +41,6 @@
"swarmgw": "^0.2.0",
"tape": "^4.5.1",
"uglify-js": "^2.8.16",
"uglifyify": "^3.0.4",
"watchify": "^3.9.0",
"web3": "^0.18.0",
"webworkify": "^1.2.1",
......@@ -124,9 +123,6 @@
"es2015"
]
}
],
[
"uglifyify"
]
]
},
......@@ -153,6 +149,6 @@
"start": "npm-run-all -lpr serve watch onchange",
"test": "standard; npm run csslint; node test/index.js",
"test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest",
"watch": "watchify src/index.js --transform-key=development -dv -p browserify-reload -o build/app.js"
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment