We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984a368 commit 1c0efadCopy full SHA for 1c0efad
1 file changed
apps/fixtures/basic/vite.config.ts
@@ -4,4 +4,7 @@ import { nitroV2Plugin } from "../../../packages/start-nitro-v2-vite-plugin/src"
4
5
export default defineConfig({
6
plugins: [solidStart(), nitroV2Plugin()],
7
+ resolve: {
8
+ dedupe: ["solid-js", "@solidjs/web", "@solidjs/router"],
9
+ }
10
});
0 commit comments