Explorar el Código

图片打包问题,ie8

zhouna hace 3 años
padre
commit
5f9a24ad2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]'
           }
         }