Skip to content

Commit

Permalink
fix: default config
Browse files Browse the repository at this point in the history
  • Loading branch information
思忠 committed Nov 5, 2020
1 parent ab88e96 commit 7e12897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/plugin-react-app/src/utils/getWebOutputPath.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7e12897

Please sign in to comment.