更新: 解决打包 IE11 显示空白的问题;
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user