Skip to content

Commit

Permalink
chore: move externalize warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 28, 2021
1 parent cadf38c commit f54839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/resolve.ts
Expand Up @@ -204,7 +204,7 @@ export function resolvePlugin({
}
} else {
if (!asSrc) {
this.warn(
debug(
`externalized node built-in "${id}" to empty module. ` +
`(imported by: ${chalk.white.dim(importer)})`
)
Expand Down

0 comments on commit f54839a

Please sign in to comment.