调整
Former-commit-id: 37608fe7e3f1f13228f49e43acd308ca70e018af [formerly 37608fe7e3f1f13228f49e43acd308ca70e018af [formerly 37608fe7e3f1f13228f49e43acd308ca70e018af [formerly 37608fe7e3f1f13228f49e43acd308ca70e018af [formerly 8d2456f102e81311c88bd89e394862901c445f91 [formerly 6a3437ca1e6594caeed818c0b4665c4e668150ff]]]]] Former-commit-id: 0b8228b1604c77a4aae173f0ad368842de1cb378 Former-commit-id: 6928d67f87d054c07eb51dccac226419bc36ed68 Former-commit-id: fd8a0be47d7a7d9bb1d0cdef4dc0d24542c5e059 [formerly 111b39532b91144f4b0780123cfd80771841d873] Former-commit-id: c48ef56806c4c1aa3c6e7842f08096cada9d8db2 Former-commit-id: 06688d30e09a8cc7910f7d349a47b7a571f3d5d6 Former-commit-id: f7031baba83463b2a3e4bc397e352ffc35f4fe0e Former-commit-id: 99597c4aae58bbd1a00598572316e405c2c0fcb6 Former-commit-id: 55f5407f9946ec65c168f6c2ef1405ff6676a1e6
This commit is contained in:
@@ -14,13 +14,10 @@ let publicPath = '/'
|
||||
module.exports = {
|
||||
// 根据你的实际情况更改这里
|
||||
publicPath,
|
||||
|
||||
lintOnSave: true,
|
||||
|
||||
devServer: {
|
||||
publicPath // 和 publicPath 保持一致
|
||||
},
|
||||
|
||||
css: {
|
||||
loaderOptions: {
|
||||
// 设置 scss 公用变量文件
|
||||
@@ -29,7 +26,6 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// 默认设置: https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-service/lib/config/base.js
|
||||
chainWebpack: config => {
|
||||
/**
|
||||
@@ -111,7 +107,7 @@ module.exports = {
|
||||
.end()
|
||||
}
|
||||
},
|
||||
|
||||
// i18n
|
||||
pluginOptions: {
|
||||
i18n: {
|
||||
locale: 'en',
|
||||
|
||||
Reference in New Issue
Block a user