We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e7193b + 64b0c2c commit 5f651e0Copy full SHA for 5f651e0
2 files changed
.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