From c681bd2eba65c033f83b7e84d132bfb3312c0d8a Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 23 Mar 2020 15:17:10 +0800 Subject: [PATCH] :lipstick: remove whitespace --- site/bisheng.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/bisheng.config.js b/site/bisheng.config.js index 83e3a7a24a..f5119dcd6f 100644 --- a/site/bisheng.config.js +++ b/site/bisheng.config.js @@ -134,7 +134,7 @@ module.exports = { if (isDev) { // eslint-disable-next-line config.devtool = 'source-map'; - + // Resolve use react hook fail when yarn link or npm link // https://github.com/webpack/webpack/issues/8607#issuecomment-453068938 config.resolve.alias = { ...config.resolve.alias, react: require.resolve('react') };