From a04e8a62ac2d13c2dcf188d5a4b27abb2f785a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 5 Oct 2018 10:38:03 +0800 Subject: [PATCH] fix #2259 ,add disableRedirectHoist in config --- config/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.js b/config/config.js index b652e977..8ebc914b 100644 --- a/config/config.js +++ b/config/config.js @@ -70,6 +70,7 @@ export default { lessLoaderOptions: { javascriptEnabled: true, }, + disableRedirectHoist: true, cssLoaderOptions: { modules: true, getLocalIdent: (context, localIdentName, localName) => { -- GitLab