Skip to content

Commit

Permalink
Merge 778035f into 45a2706
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jun 16, 2019
2 parents 45a2706 + 778035f commit a0b4b56
Show file tree
Hide file tree
Showing 4 changed files with 2,503 additions and 268 deletions.
47 changes: 0 additions & 47 deletions .babelrc

This file was deleted.

41 changes: 41 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
module.exports = {
"env":
{
"development":
{
"presets":
[
"@babel/env"
],

"plugins":
[
"@babel/proposal-class-properties"
]
},
"commonjs":
{
"presets":
[
"@babel/env"
],

"plugins":
[
"@babel/proposal-class-properties"
]
},
"es6":
{
"presets":
[
["@babel/env", { modules: false }]
],

"plugins":
[
"@babel/proposal-class-properties"
]
}
}
}

0 comments on commit a0b4b56

Please sign in to comment.