From 7101ca553e95d6b483f69a936435a263250362d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=89=91=E6=88=90?= Date: Tue, 17 Apr 2018 12:55:05 +0800 Subject: [PATCH] fix: css safe --- lib/webpack/createClientConfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/webpack/createClientConfig.js b/lib/webpack/createClientConfig.js index b09e2fd40e..8c27663301 100644 --- a/lib/webpack/createClientConfig.js +++ b/lib/webpack/createClientConfig.js @@ -45,7 +45,8 @@ module.exports = function createClientConfig (options, cliOptions) { canPrint: false, cssProcessorOptions: { safe: true, - autoprefixer: { disable: true } + autoprefixer: { disable: true }, + mergeLonghand: false } }]) }