添加打包资源路径配置
This commit is contained in:
parent
59048cc4cb
commit
ee079657fe
|
@ -32,6 +32,8 @@ const assetsCDN = {
|
|||
// vue.config.js
|
||||
const vueConfig = {
|
||||
configureWebpack: {
|
||||
// 打包资源路径
|
||||
publicPath: './',
|
||||
// webpack plugins
|
||||
plugins: [
|
||||
// Ignore all locale files of moment.js
|
||||
|
|
Loading…
Reference in New Issue