Skip to content

Commit

Permalink
Add babel plugin add-module-exports, rebuild the sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaKurpas committed May 16, 2019
1 parent 23730d5 commit e22e95d
Show file tree
Hide file tree
Showing 10 changed files with 4,081 additions and 2,727 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"presets": [
"@babel/preset-env",
["@babel/preset-env", {
"modules": "commonjs"
}],
"@babel/preset-typescript"
],
"plugins": [
"add-module-exports",
"@babel/plugin-proposal-class-properties"
]
}
Loading

0 comments on commit e22e95d

Please sign in to comment.