mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 07:27:06 +08:00
更新: 解决打包 IE11 显示空白的问题;
This commit is contained in:
parent
e1da650eb1
commit
b779b1ff9c
@ -7,5 +7,8 @@ module.exports = {
|
||||
},
|
||||
configureWebpack: config => {
|
||||
config.entry.app = ["babel-polyfill", "whatwg-fetch", "./src/main.js"];
|
||||
}
|
||||
},
|
||||
publicPath: './',
|
||||
outputDir: 'dist',
|
||||
assetsDir: 'static'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user