Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Oct 31, 2023
1 parent c5fc711 commit 068a31a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/shared-config/src/getCompilerPlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function getCompilerPlugins(rootDir: string, config: Config, compiler: Compiler,
exportData: redirectImports,
}));
}
console.log('compiler', compiler);
if (clientBundlers.includes(compiler)) {
return compilerPlugins
// Plugins will be transformed as webpack loader, the execute order of webpack loader is reversed.
Expand Down

0 comments on commit 068a31a

Please sign in to comment.