Skip to content

Commit 6edf827

Browse files
committed
chore(gen): add fetch and router packages to task configuration
1 parent a449a6e commit 6edf827

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gen.task.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"packages": [
33
"packages/class-state",
44
"packages/core",
5+
"packages/fetch",
56
"packages/import",
67
"packages/lint",
8+
"packages/router",
9+
"packages/router-vue",
710
"packages/rspack",
811
"packages/rspack-module-link-plugin",
9-
"packages/rspack-vue",
10-
"packages/router",
11-
"packages/router-vue2",
12-
"packages/router-vue3"
12+
"packages/rspack-vue"
1313
]
1414
}

0 commit comments

Comments
 (0)