Skip to content

Commit

Permalink
update build, fix bundled dependencies, remove umd build
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Dec 28, 2019
1 parent 0d805ce commit b089905
Show file tree
Hide file tree
Showing 6 changed files with 12,168 additions and 8,992 deletions.
36 changes: 5 additions & 31 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,33 +1,7 @@
{
"ignore": "node_modules/**",
"env": {
"test": {
"presets": [
[
"env",
{
"loose": true,
"forceAllTransforms": true
}
],
"react",
"stage-0"
]
},
"production": {
"presets": [
[
"env",
{
"loose": true,
"modules": false,
"forceAllTransforms": true
}
],
"stage-0",
"react"
],
"plugins": ["external-helpers"]
}
}
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": ["@babel/plugin-proposal-class-properties"]
}
Loading

0 comments on commit b089905

Please sign in to comment.