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