ie 11에서 실행되는 Nuxt.js 설정 방법 사용하고 있습니다.Nuxt.js @ v2.13.2그리고 나는 내 프로젝트를 구성하려고 합니다.ie 11 의사는 다음과 같이 말합니다. The default targets of @nuxt/babel-preset-app are ie: '9' in the client build, and node: 'current' in the server build. 여기 제 것이 있습니다.nuxt.config.js build: { babel: { presets({ isServer }, [ preset, options ]) { // change options directly options.buildTarget = 'client' options.targets = { ie: 11,..