From 53b093822cc2a6f0c96c3c57720ba74792d3786c Mon Sep 17 00:00:00 2001 From: b1ngx Date: Mon, 22 Aug 2022 16:39:27 +0800 Subject: [PATCH] fix: remove console.log (#64) --- src/taro/webpack-plugin.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/taro/webpack-plugin.ts b/src/taro/webpack-plugin.ts index ebed3f6..aa3f10c 100644 --- a/src/taro/webpack-plugin.ts +++ b/src/taro/webpack-plugin.ts @@ -57,9 +57,6 @@ export default class TaroVNodeTailwindWebpackPlugin implements WebpackPluginInst for (const module of Array.from(modules)) { - // @ts-ignore - console.log(module?._source?._valueAsString) - for (const charc of this.moduleCharcs) { // @ts-ignore