Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tricky-hounds-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solidjs/vite-plugin-nitro-2": minor
---

needed to avoid weird issues like Cannot resolve "@tailwindcss/oxide-android-arm64/package.json"
1 change: 1 addition & 0 deletions packages/start-nitro-v2-vite-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export function nitroV2Plugin(nitroConfig?: UserNitroConfig): PluginOption {
baseURL: "/",
},
],
noExternals: false,
Comment thread
brenelz marked this conversation as resolved.
renderer: virtualEntry,
rollupConfig: {
...nitroConfig?.rollupConfig,
Expand Down
Loading