We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a33a2 commit 64b0c2cCopy full SHA for 64b0c2c
.changeset/tricky-hounds-relate.md
@@ -0,0 +1,5 @@
1
+---
2
+"@solidjs/vite-plugin-nitro-2": minor
3
4
+
5
+needed to avoid weird issues like Cannot resolve "@tailwindcss/oxide-android-arm64/package.json"
packages/start-nitro-v2-vite-plugin/src/index.ts
@@ -91,6 +91,7 @@ export function nitroV2Plugin(nitroConfig?: UserNitroConfig): PluginOption {
91
baseURL: "/",
92
},
93
],
94
+ noExternals: false,
95
renderer: virtualEntry,
96
rollupConfig: {
97
...nitroConfig?.rollupConfig,
0 commit comments