@@ -12,6 +12,7 @@ export default {
},
mini: {},
h5: {
+ publicPath: '/',
devServer: {
proxy: {
'/dr': {
@@ -85,7 +85,7 @@ export default defineConfig<'webpack5'>(async (merge) => {
configFile: path.resolve(__dirname, '../tsconfig.json'), // 必须指向存在的 tsconfig
}]);
// 打开详细日志
- chain.mode('production').stats('verbose');
+ //chain.mode('production').stats('verbose');
chain.merge({
resolve: {
fallback: {