Skip to content

Commit c4413b6

Browse files
committed
disable minification
1 parent 66f0492 commit c4413b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

nuxt.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ export default defineNuxtConfig({
132132
enabled: false,
133133
},
134134

135-
/** TEMP */
136-
sourcemap: true,
137-
debug: true,
138-
139135
vite: {
140136
define: {
141137
global: "globalThis",
@@ -150,5 +146,9 @@ export default defineNuxtConfig({
150146
format: "es",
151147
plugins: [wasm(), topLevelAwait()],
152148
},
149+
150+
build: {
151+
minify: false,
152+
},
153153
},
154154
})

0 commit comments

Comments
 (0)