Skip to content

Commit

Permalink
Add babel support for rollup compile the bundle using > 2% query.
Browse files Browse the repository at this point in the history
  • Loading branch information
Indomitable committed Aug 10, 2019
1 parent e9026c0 commit ce32fa2
Show file tree
Hide file tree
Showing 6 changed files with 1,106 additions and 1,074 deletions.
7 changes: 4 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["@babel/preset-env"]
}
{
"retainLines": true,
"presets": ["@babel/preset-env"]
}
2 changes: 2 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> 2%
iOS 10
Loading

0 comments on commit ce32fa2

Please sign in to comment.