Skip to content

Commit

Permalink
fix build proceess and bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
Azin Asili committed Oct 12, 2018
1 parent 698f6a0 commit 59c982a
Show file tree
Hide file tree
Showing 5 changed files with 1,266 additions and 718 deletions.
9 changes: 7 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"comments": false,
"presets": [
["env", { "modules": false }]
[
"@babel/preset-env", { "modules": false },
"@babel/transform-object-assign"
],
"babel-preset-minify"
],
"env": {
"test": {
"presets": [
["env"]
["@babel/preset-env"]
]
}
}
Expand Down
Loading

0 comments on commit 59c982a

Please sign in to comment.