IE11 supports es5, So can target: ['web', 'es5'] in webpack.config.js replace Babel polyfills, core-js, @preset-env. and all these complex configurations ?
target: ['web', 'es5']
webpack.config.js
Maybe it only transforms Webpack runtime code.