1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add stage 0 support to build system

This commit is contained in:
Dan Finlay 2017-05-15 15:31:19 -07:00
parent 5c9449dec1
commit 81122170b5

View File

@ -35,7 +35,7 @@
{ {
"presets": [ "presets": [
"es2015", "es2015",
"stage-3" "stage-0"
] ]
} }
], ],
@ -127,7 +127,7 @@
"devDependencies": { "devDependencies": {
"babel-eslint": "^6.0.5", "babel-eslint": "^6.0.5",
"babel-plugin-transform-runtime": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-3": "^6.24.1", "babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.7.2", "babel-register": "^6.7.2",
"babelify": "^7.2.0", "babelify": "^7.2.0",
"beefy": "^2.1.5", "beefy": "^2.1.5",