After the vue project build. IE11 is compatible, but it has been blank since IE10.

there is nothing wrong with IE9,10,11 in development mode, but only IE11 can open it after build. Other versions are blank

.babelrc

{
  "presets": [
    ["env", {
      "modules": false,
      "targets": {
        "browsers": ["> 1%", "last 3 versions", "not ie <= 8"]
      }
    }],
    "stage-2"
  ],
  "plugins": ["transform-runtime"],
  "env": {
    "test": {
      "presets": ["env", "stage-2"],
      "plugins": ["transform-vue-jsx", "istanbul"]
    },
    "development":{
      "plugins": ["dynamic-import-node"]
    }
  }
}

polyfill, for gasket is main.js

import "babel-polyfill";
import Vue from "vue"

clipboard.png

clipboard.png

clipboard.png

do you have a boss to offer an idea?


landlord, are there any other anomalies exposed?


the problem is that transitionend is not supported in IE, and it has nothing to do with babel and webpack.


Hello, after my side of vue-cli2 build, ie does not show blank and does not report wrong reasons. Other browsers make it work

.
Menu