mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 19:21:39 +10:00
fix: wip
This commit is contained in:
@ -54,23 +54,14 @@ export default defineConfig({
|
||||
],
|
||||
optimizeDeps: {
|
||||
exclude: ['superjson'],
|
||||
force: true,
|
||||
// force: true,
|
||||
},
|
||||
build: {
|
||||
commonjsOptions: {
|
||||
include: ['superjson'],
|
||||
},
|
||||
rollupOptions: {
|
||||
external: ['@node-rs/bcrypt'],
|
||||
},
|
||||
},
|
||||
// optimizeDeps: {
|
||||
// exclude: [
|
||||
// '@node-rs/bcrypt-wasm32-wasi',
|
||||
// '@noble/ciphers/chacha',
|
||||
// '@noble/ciphers/utils',
|
||||
// '@noble/ciphers/webcrypto/utils',
|
||||
// '@noble/hashes/sha256a',
|
||||
// 'crypto',
|
||||
// '@node-rs/bcrypt',
|
||||
// ], // Todo: Probably remove.
|
||||
// force: true,
|
||||
// },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user