更新: 解决打包 IE11 显示空白的问题;

master
iczer 4 years ago
parent e1da650eb1
commit b779b1ff9c
  1. 5
      vue.config.js

@ -7,5 +7,8 @@ module.exports = {
}, },
configureWebpack: config => { configureWebpack: config => {
config.entry.app = ["babel-polyfill", "whatwg-fetch", "./src/main.js"]; config.entry.app = ["babel-polyfill", "whatwg-fetch", "./src/main.js"];
} },
publicPath: './',
outputDir: 'dist',
assetsDir: 'static'
} }

Loading…
Cancel
Save