Skip to content

Commit

Permalink
chore(babelrc): changes modules and uses loose mode for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
lancedikson committed Jul 17, 2019
1 parent 1d26bea commit 6de4c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
@@ -1,7 +1,8 @@
{
"presets": [["@babel/preset-env", {
"useBuiltIns": "entry",
"modules": "umd",
"modules": "auto",
"loose": true,
"targets": {
"ie": "8",
"browsers": ">2%"
Expand Down

0 comments on commit 6de4c21

Please sign in to comment.