From 64462dc98564d7de56167590f76cf513ac3d6cb6 Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 17 Aug 2022 17:26:15 +0800 Subject: [PATCH] chore: remove log [ci skip] --- src/node/staticDataPlugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node/staticDataPlugin.ts b/src/node/staticDataPlugin.ts index 0112f1b5..e6111825 100644 --- a/src/node/staticDataPlugin.ts +++ b/src/node/staticDataPlugin.ts @@ -75,7 +75,6 @@ export const staticDataPlugin: Plugin = { ? normalizePath(resolve(base, p)) : normalizePath(p) }) - console.log(pattern) } loader = loaderModule.load }