Revert "Use es2015 loose mode after publish (#3639)"
This reverts commit 154922c0f76ad9fcbf2d08f3835cd8cd94e84499.
This commit is contained in:
parent
154922c0f7
commit
a2d66c0fc8
@ -8,6 +8,7 @@
|
|||||||
"babel-plugin-transform-flow-strip-types": "^6.3.13",
|
"babel-plugin-transform-flow-strip-types": "^6.3.13",
|
||||||
"babel-plugin-transform-runtime": "^6.3.13",
|
"babel-plugin-transform-runtime": "^6.3.13",
|
||||||
"babel-preset-es2015": "^6.6.0",
|
"babel-preset-es2015": "^6.6.0",
|
||||||
|
"babel-preset-es2015-loose": "^7.0.0",
|
||||||
"babel-preset-stage-0": "^6.0.0",
|
"babel-preset-stage-0": "^6.0.0",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.0.0",
|
||||||
"browserify": "^11.2.0",
|
"browserify": "^11.2.0",
|
||||||
@ -45,8 +46,8 @@
|
|||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": [
|
||||||
["es2015", { "loose": true }],
|
"stage-0",
|
||||||
"stage-0"
|
"es2015-loose"
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"./scripts/add-module-exports",
|
"./scripts/add-module-exports",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user