Skip to content

Commit

Permalink
support rollup build
Browse files Browse the repository at this point in the history
  • Loading branch information
xsburg committed Jan 30, 2018
1 parent 447bc6c commit 7daa738
Show file tree
Hide file tree
Showing 10 changed files with 724 additions and 72 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"presets": [
["es2015", { "modules": false }]
["es2015", { "modules": false }],
"react"
],
"env": {
"rollup": {
Expand All @@ -10,8 +11,7 @@
},
"test": {
"presets": [
["es2015", { "modules": "commonjs" }],
"react"
["es2015", { "modules": "commonjs" }]
]
}
}
Expand Down
230 changes: 230 additions & 0 deletions dist/index.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.cjs.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7daa738

Please sign in to comment.