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