Skip to content

Commit 96fb4d1

Browse files
committed
fix(nuxt.config): 🚑 Remove vite.build config
1 parent 61ce97c commit 96fb4d1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

nuxt.config.ts

-9
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,5 @@ export default defineNuxtConfig({
179179
},
180180
vite: {
181181
plugins: [wasm()],
182-
build: {
183-
rollupOptions: {
184-
output: {
185-
manualChunks: {
186-
wasm: ['*.wasm'],
187-
},
188-
},
189-
},
190-
},
191182
},
192183
})

0 commit comments

Comments
 (0)