mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
chore(client): bypass issue with plugins
This commit is contained in:
parent
703200338d
commit
025dc1ce75
@ -36,7 +36,7 @@ export default defineConfig(() => ({
|
|||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
webpackStatsPlugin()
|
webpackStatsPlugin()
|
||||||
],
|
] as any, // bypass typescript issues with viteStaticCopy
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: [
|
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).
|
// 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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user