Browse Source

Merge remote-tracking branch 'origin/uiUptate0629' into testNew

zhouna 3 năm trước cách đây
mục cha
commit
c8ecdcffcf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -325,7 +325,7 @@ module.exports = {
           loader: 'file-loader',
           options: {
             outputPath: 'images/', // 图片输出的路径和存储路径保持一致
-            limit: 9000,
+            limit: 12000,
             name: '[name].[ext]'
           }
         }