fix: Externalize tailwindcss from Nitro build to resolve module not found error
This commit is contained in:
@@ -18,6 +18,9 @@ export default defineNuxtConfig({
|
||||
nitro: {
|
||||
experimental: {
|
||||
wasm: true
|
||||
},
|
||||
externals: {
|
||||
external: ['tailwindcss']
|
||||
}
|
||||
},
|
||||
vite: {
|
||||
|
||||
Reference in New Issue
Block a user