Skip to content

Commit

Permalink
fix: remove console.log (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ngx authored Aug 22, 2022
1 parent 396372d commit 53b0938
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/taro/webpack-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53b0938

Please sign in to comment.