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 ba03ca9 commit 6619b28Copy full SHA for 6619b28
scripts/packTemplates.ts
@@ -15,7 +15,7 @@ async function packTemplates() {
15
if (!item.isDirectory())
16
continue;
17
18
- if (item.name === packedTemplatedDirectoryName)
+ if (item.name === packedTemplatedDirectoryName || item.name === "node_modules")
19
20
21
await packTemplate(item.name);
templates/electron-typescript-react/package.json
@@ -40,6 +40,7 @@
40
"rimraf": "^5.0.7",
41
"typescript": "^5.2.2",
42
"vite": "^5.1.6",
43
- "vite-plugin-electron": "^0.28.6"
+ "vite-plugin-electron": "^0.28.6",
44
+ "vite-plugin-electron-renderer": "^0.14.5"
45
}
46
0 commit comments