Skip to content

Commit

Permalink
fix: add babel plugin to rollup to ensure es5 format foor bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rocwind committed Mar 29, 2021
1 parent ee7d847 commit 154b5bb
Show file tree
Hide file tree
Showing 5 changed files with 3,764 additions and 182 deletions.
3 changes: 3 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
Loading

0 comments on commit 154b5bb

Please # to comment.