Fix problem with build
This commit is contained in:
@@ -20,13 +20,6 @@ export default defineConfig({
|
||||
"react-dom": "preact/compat",
|
||||
},
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
// This prevents the WASM warning from breaking builds or spamming logs
|
||||
external: [/justified-layout-wasm/],
|
||||
},
|
||||
sourcemap: true
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ['@immich/justified-layout-wasm']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user