修改vue配置,页面白屏问题
This commit is contained in:
parent
5e9c781510
commit
2e2581a59d
@ -3,7 +3,7 @@ const resolve = dir => {
|
|||||||
return path.join(__dirname, dir)
|
return path.join(__dirname, dir)
|
||||||
}
|
}
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: './',
|
publicPath: '/',
|
||||||
lintOnSave: false,
|
lintOnSave: false,
|
||||||
chainWebpack: config => {
|
chainWebpack: config => {
|
||||||
config.resolve.alias
|
config.resolve.alias
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user