Skip to content

Commit

Permalink
Use rollup instead of webpack. Only support React 16.8 and above, thu…
Browse files Browse the repository at this point in the history
…s update to 1.0.0
  • Loading branch information
johndiiorio committed Feb 7, 2019
1 parent b276486 commit ce3cbd9
Show file tree
Hide file tree
Showing 6 changed files with 483 additions and 3,542 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
"presets": [
["@babel/env", { "modules": false }],
["@babel/preset-react"]
]
}
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.babelrc
.gitignore
src
webpack.config.js
rollup.config.js
Loading

0 comments on commit ce3cbd9

Please sign in to comment.