Skip to content

Commit f7e7281

Browse files
committed
refactor(babel): update corejs usage to 3.35
1 parent b747d57 commit f7e7281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = {
5454
modules: 'cjs',
5555
targets: NODE_LTS,
5656
useBuiltIns: 'usage',
57-
corejs: '3.33',
57+
corejs: '3.35',
5858
shippedProposals: true,
5959
exclude: ['proposal-dynamic-import']
6060
}

0 commit comments

Comments
 (0)