We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396372d commit 53b0938Copy full SHA for 53b0938
1 file changed
src/taro/webpack-plugin.ts
@@ -57,9 +57,6 @@ export default class TaroVNodeTailwindWebpackPlugin implements WebpackPluginInst
57
58
for (const module of Array.from(modules)) {
59
60
- // @ts-ignore
61
- console.log(module?._source?._valueAsString)
62
-
63
for (const charc of this.moduleCharcs) {
64
65
// @ts-ignore
0 commit comments