From 7e128971ea2e326e47ef75477889c7b83ce35529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=9D=E5=BF=A0?= Date: Thu, 5 Nov 2020 12:37:44 +0800 Subject: [PATCH] fix: default config --- packages/plugin-react-app/src/utils/getWebOutputPath.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/plugin-react-app/src/utils/getWebOutputPath.js b/packages/plugin-react-app/src/utils/getWebOutputPath.js index 1cb1b16d40..78159a7451 100644 --- a/packages/plugin-react-app/src/utils/getWebOutputPath.js +++ b/packages/plugin-react-app/src/utils/getWebOutputPath.js @@ -5,8 +5,6 @@ const { WEB } = require('../constants'); module.exports = (context, { target }) => { const { userConfig, rootDir } = context; - console.log('defaultConfig===>:', defaultConfig); - let outputPath = path.join(rootDir, defaultConfig.outputDir); if (userConfig.outputDir) {