diff --git a/src/index.ts b/src/index.ts index 2d1db09..d992115 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,7 +13,6 @@ export const ConditionCommentMacroPlugin = (options: { setup(build) { build.onLoad({ filter: /\.(ts|js)?$/ }, args => { if (args.path.includes('node_modules')) { - console.log(`${args.path}; library; skipping`); return; } const source = readFileSync(args.path, 'utf8'); @@ -37,4 +36,4 @@ export const ConditionCommentMacroPlugin = (options: { }, } } -} \ No newline at end of file +}