Skip to content

Commit 8d77402

Browse files
committed
chore: remove console.log
1 parent 6f3ac8c commit 8d77402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bundler-webpack/src/getConfig/shouldExclude.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const EXCLUDE_PKGS = [
2020
// https://github.com/umijs/umi/blob/2.x/packages/af-webpack/src/getWebpackConfig/es5ImcompatibleVersions.js
2121
export default function (opts: { path: string }) {
2222
const pkgPath = getPkgPath(opts);
23-
console.log('>> ', opts.path, pkgPath);
2423
if (pkgPath in pkgCache) return pkgCache[pkgPath];
2524
const { name } = require(pkgPath); // eslint-disable-line
2625
pkgCache[pkgPath] = isMatch({ name });

0 commit comments

Comments
 (0)