Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 5969cd0

Browse files
committed
🐛 fix: Vite nativization of SvelteKit
1 parent 6331e7a commit 5969cd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__run.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export const run = async ({ folderInfo, install, updateJavaScript }) => {
2929
});
3030

3131
await updateViteConfig({
32-
folderInfo,
3332
mutateViteConfig(viteConfig, containingFile, cjs) {
3433
let vitePluginCoffeeImportedAs = "coffee";
3534
addImport({ require: vitePluginCoffeeImportedAs, cjs, default: vitePluginCoffeeImportedAs, package: "vite-plugin-coffee", typeScriptEstree: containingFile });

0 commit comments

Comments
 (0)