We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104949a commit 432516eCopy full SHA for 432516e
libraries/rush-lib/config/heft.json
@@ -13,7 +13,7 @@
13
14
"tasksByName": {
15
"copy-mock-flush-telemetry-plugin": {
16
- "taskDependencies": ["typescript"],
+ "taskDependencies": ["transpile"],
17
"taskPlugin": {
18
"pluginPackage": "@rushstack/heft",
19
"pluginName": "copy-files-plugin",
@@ -48,7 +48,7 @@
48
},
49
50
"copy-empty-modules": {
51
52
53
54
"pluginName": "run-script-plugin",
@@ -59,7 +59,7 @@
59
60
61
"webpack": {
62
63
64
"pluginPackage": "@rushstack/heft-webpack5-plugin"
65
}
0 commit comments