chore(client): bypass issue with plugins

This commit is contained in:
Elian Doran 2025-07-05 17:44:54 +03:00
parent 703200338d
commit 025dc1ce75
No known key found for this signature in database

View File

@ -36,7 +36,7 @@ export default defineConfig(() => ({
]
}),
webpackStatsPlugin()
],
] as any, // bypass typescript issues with viteStaticCopy
resolve: {
alias: [
// Force the use of dist in development mode because upstream ESM is broken (some hybrid between CJS and ESM, will be improved in upcoming versions).