Skip to content

Commit 1735f67

Browse files
committed
clarify jsdoc, both pointCuts should use a trigger folder
1 parent e1a1f4c commit 1735f67

File tree

1 file changed

+1
-1
lines changed
  • packages/webpack/src/plugins/togglePointInjection

1 file changed

+1
-1
lines changed

packages/webpack/src/plugins/togglePointInjection/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TogglePointInjection {
3333
* },
3434
* {
3535
* togglePointModule: "/withTogglePoint",
36-
* variantGlob: "./**\/!(use*|*.test).{ts,tsx}"
36+
* variantGlob: "./**\/__variants__/*\/*\/!(use*|*.test).{ts,tsx}"
3737
* }
3838
* ]
3939
* });

0 commit comments

Comments
 (0)