feat: Implement multi-stage Dockerfile for robust Nuxt build
This commit is contained in:
@@ -18,9 +18,6 @@ export default defineNuxtConfig({
|
||||
nitro: {
|
||||
experimental: {
|
||||
wasm: true
|
||||
},
|
||||
externals: {
|
||||
external: ['tailwindcss']
|
||||
}
|
||||
},
|
||||
vite: {
|
||||
@@ -30,12 +27,6 @@ export default defineNuxtConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
postcss: {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
|
||||
Reference in New Issue
Block a user