We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f0492 commit c4413b6Copy full SHA for c4413b6
1 file changed
nuxt.config.ts
@@ -132,10 +132,6 @@ export default defineNuxtConfig({
132
enabled: false,
133
},
134
135
- /** TEMP */
136
- sourcemap: true,
137
- debug: true,
138
-
139
vite: {
140
define: {
141
global: "globalThis",
@@ -150,5 +146,9 @@ export default defineNuxtConfig({
150
146
format: "es",
151
147
plugins: [wasm(), topLevelAwait()],
152
148
149
+
+ build: {
+ minify: false,
+ },
153
154
})
0 commit comments