Browse Source

图片打包问题,ie8

zhouna 3 năm trước cách đây
mục cha
commit
5f9a24ad2c
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: 10000,
+            limit: 9000,
             name: '[name].[ext]'
           }
         }