Skip to content

Commit 53b0938

Browse files
authored
fix: remove console.log (#64)
1 parent 396372d commit 53b0938

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/taro/webpack-plugin.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ export default class TaroVNodeTailwindWebpackPlugin implements WebpackPluginInst
5757

5858
for (const module of Array.from(modules)) {
5959

60-
// @ts-ignore
61-
console.log(module?._source?._valueAsString)
62-
6360
for (const charc of this.moduleCharcs) {
6461

6562
// @ts-ignore

0 commit comments

Comments
 (0)