Skip to content

Commit

Permalink
build(babel): 🔧 update babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Mar 31, 2021
1 parent 7c035a9 commit 9138671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module.exports = function (api) {
[
"@babel/env",
{
modules: isCommonJS ? "commonjs" : false,
loose: true,
modules: isCommonJS ? "commonjs" : false,
targets: {
esmodules: isESM ? true : undefined,
},
Expand Down

1 comment on commit 9138671

@vercel
Copy link

@vercel vercel bot commented on 9138671 Mar 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.