Skip to content

Commit fb44034

Browse files
committed
chore(repo): fix plopfile
1 parent 1574024 commit fb44034

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

plopfile.js

-14
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@ module.exports = function main(plop) {
5959
template: '= [\n { label: "{{multiCapitalize machine}}", path: "/{{machine}}" },',
6060
})
6161

62-
actions.push({
63-
type: "modify",
64-
path: "examples/vue-ts/src/routes.ts",
65-
pattern: /\: \[/,
66-
template: ': [\n { path: "/{{machine}}", component: () => import("./pages/{{machine}}") },',
67-
})
68-
69-
actions.push({
70-
type: "modify",
71-
path: "examples/solid-ts/src/routes.ts",
72-
pattern: /\= \[/,
73-
template: '= [\n { path: "/{{machine}}", component: lazy(() => import("./pages/{{machine}}")) },',
74-
})
75-
7662
return actions
7763
},
7864
})

0 commit comments

Comments
 (0)