mirror of
https://github.com/iczer/vue-antd-admin.git
synced 2025-04-06 03:57:44 +08:00
更新: 解决打包 IE11 显示空白的问题;
This commit is contained in:
parent
e1da650eb1
commit
b779b1ff9c
@ -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…
x
Reference in New Issue
Block a user