Skip to content

Commit

Permalink
fix: @babel/plugin-syntax-dynamic-import is included in @babel/preset…
Browse files Browse the repository at this point in the history
…-env in ES2020
  • Loading branch information
ahennr committed Jan 24, 2025
1 parent de3b565 commit 86a9a64
Show file tree
Hide file tree
Showing 3 changed files with 6,594 additions and 4,986 deletions.
1 change: 0 additions & 1 deletion babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
}
},
plugins: [
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-transform-class-properties'
]
};
Loading

0 comments on commit 86a9a64

Please sign in to comment.