This reverts commit a2d66c0fc8ee58e82be3efd59173803e66dee3e0.
This commit is contained in:
parent
090f8cd10f
commit
043da1a26a
@ -12,7 +12,6 @@
|
||||
"babel-plugin-transform-flow-strip-types": "^6.3.13",
|
||||
"babel-plugin-transform-runtime": "^6.3.13",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"babel-preset-es2015-loose": "^7.0.0",
|
||||
"babel-preset-stage-0": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"browserify": "^11.2.0",
|
||||
@ -51,8 +50,8 @@
|
||||
"babel": {
|
||||
"comments": false,
|
||||
"presets": [
|
||||
"stage-0",
|
||||
"es2015-loose"
|
||||
["es2015", { "loose": true }],
|
||||
"stage-0"
|
||||
],
|
||||
"plugins": [
|
||||
"./scripts/add-module-exports",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user