Skip to content

Commit

Permalink
build(babel): use modern transform-default-named-imports settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 3, 2022
1 parent 7d9a5f5 commit 567fa88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ module.exports = {
[
'transform-default-named-imports',
{
test: [...determineModuleTypes().cjs, 'package'],
exclude: [
/* /^next([/?#].+)?/, /^mongodb([/?#].+)?/ */
]
include: ['package']
}
]
],
Expand Down

0 comments on commit 567fa88

Please sign in to comment.