Sfoglia il codice sorgente

图片打包问题,ie8

zhouna 3 anni fa
parent
commit
5f9a24ad2c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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]'
           }
         }