From e48b829d750dfe7b732c3d8ab17b6876d1d15e7c Mon Sep 17 00:00:00 2001 From: nesxy Date: Tue, 19 Mar 2019 15:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3=E8=8B=B9?= =?UTF-8?q?=E6=9E=9Csafari10=E7=99=BD=E5=B1=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.prod.conf.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index da44b65..5825cc6 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -33,6 +33,10 @@ var webpackConfig = merge(baseWebpackConfig, { compress: { warnings: false }, + // 处理 IOS10 白屏 + mangle: { + safari10: true + }, sourceMap: true }), // extract css into its own file