chore: 编译优化:2M限制
This commit is contained in:
@@ -58,7 +58,11 @@ export default defineConfig(async (merge, { command, mode }) => {
|
||||
generateScopedName: '[name]__[local]___[hash:base64:5]'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
// 优化分包
|
||||
optimizeMainPackage: {
|
||||
enable: true,
|
||||
},
|
||||
},
|
||||
h5: {
|
||||
publicPath: '/',
|
||||
|
||||
Reference in New Issue
Block a user