Skip to content

Commit

Permalink
fix: remove @babel/plugin-proposal-object-rest-spread
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 30, 2022
1 parent 5f096b8 commit 4891dde
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
},
"dependencies": {
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/types": "^7.20.7",
"@microsoft/api-extractor": "^7.33.7",
Expand Down
2 changes: 0 additions & 2 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/node/tasks/rollup/resolveRollupConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export function resolveRollupConfig(
}),
getBabelOutputPlugin({
babelrc: false,
plugins: ['@babel/plugin-proposal-object-rest-spread'],
presets: [['@babel/preset-env', {targets: pkg.browserslist || DEFAULT_BROWSERSLIST_QUERY}]],
}),
minify &&
Expand Down

0 comments on commit 4891dde

Please sign in to comment.