Skip to content

Commit 69b991f

Browse files
authored
fix: #3523 cleanup old polyfills from the browser bundle by removing core-js (#3524)
1 parent a4815d5 commit 69b991f

File tree

4 files changed

+361
-28
lines changed

4 files changed

+361
-28
lines changed

gulpfile.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,7 @@ const webpackConfig = {
100100
exclude: /node_modules/,
101101
use: {
102102
loader: 'babel-loader',
103-
options: {
104-
...babelConfig,
105-
presets: [
106-
['@babel/preset-env', {
107-
useBuiltIns: 'usage',
108-
corejs: '3.15'
109-
}]
110-
]
111-
}
103+
options: babelConfig
112104
}
113105
}
114106
]

0 commit comments

Comments
 (0)