We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e33a50 commit 85dc7cdCopy full SHA for 85dc7cd
symfony/webpack-encore-bundle/1.10/webpack.config.js
@@ -53,7 +53,7 @@ Encore
53
// enables and configure @babel/preset-env polyfills
54
.configureBabelPresetEnv((config) => {
55
config.useBuiltIns = 'usage';
56
- config.corejs = 3;
+ config.corejs = '3.23';
57
})
58
59
// enables Sass/SCSS support
0 commit comments