Skip to content

Commit

Permalink
build(deps): removed @babel/plugin-syntax-dynamic-import (default in …
Browse files Browse the repository at this point in the history
…ES2020)
  • Loading branch information
ErikBjare committed May 3, 2024
1 parent b62b4c3 commit fcad34f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions babel.config.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
plugins: [
'lodash',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-proposal-nullish-coalescing-operator',
],
plugins: ['lodash', '@babel/plugin-proposal-nullish-coalescing-operator'],
comments: false,
};
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"@babel/cli": "^7.16.0",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.21.4",
"@babel/runtime": "^7.16.3",
Expand Down

0 comments on commit fcad34f

Please sign in to comment.