Skip to content

Commit

Permalink
update build to babel7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Feb 9, 2019
1 parent 54da34f commit 69e3054
Show file tree
Hide file tree
Showing 8 changed files with 1,635 additions and 1,751 deletions.
25 changes: 7 additions & 18 deletions .babelrc
@@ -1,26 +1,15 @@
{
"env": {
"development": {
"presets": [ "es2015", "stage-0" ],
"plugins": [
["transform-es2015-classes", { "loose": true }],
"transform-proto-to-assign"
]
},
"rollup": {
"presets": [ ["es2015", { "modules": false }], "stage-0" ],
"plugins": [
"external-helpers",
["transform-es2015-classes", { "loose": true }],
"transform-proto-to-assign"
]
"presets": ["@babel/preset-env", "@babel/react"],
"plugins": ["@babel/plugin-transform-runtime"]
},
"jsnext": {
"presets": [ ["es2015", { "modules": false }], "stage-0" ],
"plugins": [
["transform-es2015-classes", { "loose": true }],
"transform-proto-to-assign"
]
"presets": [
["@babel/preset-env", { "modules": false, "useBuiltIns": false }],
"@babel/react"
],
"plugins": ["@babel/plugin-transform-runtime"]
}
}
}
20 changes: 0 additions & 20 deletions bower.json

This file was deleted.

0 comments on commit 69e3054

Please sign in to comment.