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

This commit is contained in:
iczer 2020-06-15 18:53:40 +08:00
parent e1da650eb1
commit b779b1ff9c

View File

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