Skip to content

Commit

Permalink
Update build process
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Jan 8, 2019
1 parent 2363c43 commit 5009f48
Show file tree
Hide file tree
Showing 3 changed files with 1,336 additions and 1,957 deletions.
21 changes: 2 additions & 19 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
{
"env": {
"production": {
"presets": [
"es2015", "stage-2"
],
"plugins": [
"transform-async-to-generator",
"transform-object-rest-spread",
["transform-runtime", {
"helpers": false,
"polyfill": false,
"regenerator": true
}]
]
}
},
"presets": ["stage-2"],
"plugins": [
"transform-object-rest-spread",
"presets": [
"@babel/preset-env"
]
}
Loading

0 comments on commit 5009f48

Please sign in to comment.