chore: 更新和替换多个模块的图片资源

- 压缩图片内容
This commit is contained in:
huangze
2025-07-11 15:37:09 +08:00
parent 94a1d79db3
commit 3ded13ddcf
83 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
module.exports = {
publicPath: '/h5',
publicPath: '.',
lintOnSave: false, //是否开启代码检查
outputDir: 'dist', //打包输出目录
productionSourceMap: false,