Skip to content

Commit

Permalink
Merge pull request #82 from d4rky-pl/reduce_bundle_size
Browse files Browse the repository at this point in the history
Modernize the library
  • Loading branch information
Yomguithereal authored Sep 6, 2018
2 parents 29dd2dc + e2e9956 commit 2c8bbdc
Show file tree
Hide file tree
Showing 13 changed files with 1,578 additions and 5,900 deletions.
9 changes: 6 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"presets": ["es2015", "stage-0", "react"],
"presets": [
["@babel/preset-env", { modules: false }],
["@babel/preset-react"]
],
"plugins": [
"transform-flow-strip-types",
"transform-object-rest-spread"
"@babel/transform-flow-strip-types",
"@babel/plugin-proposal-object-rest-spread"
]
}
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ examples
*.png
.npmignore
.gitignore
/src
/img
/rollup.config.js
/run.js
/.idea
Loading

0 comments on commit 2c8bbdc

Please sign in to comment.