How to use babel/corejs3/webpack correctly for IE11?
问题 With my current config (see below), I'm getting this error: [object Error]{description: "Argument ob...", message: "Argument ob...", name: "TypeError", number: -2147418113, stack: "TypeError: ...", Symbol()_7.bs7gi3oa3wi: undefined} I tried to dig based on Symbol()_ ... : undefined} but I couldn't find any clear indication. This is my .babel.config.js : module.exports = function (api) { api.cache(true); const presets = [ [ '@babel/preset-env', { // modules: false, corejs:"3.6.4", useBuiltIns: