mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
chore(nx/client): bypass module errors due to electron dependency
This commit is contained in:
parent
aeeedea542
commit
f2ade4e6ca
@ -21,5 +21,11 @@ module.exports = {
|
|||||||
optimization: process.env['NODE_ENV'] === 'production',
|
optimization: process.env['NODE_ENV'] === 'production',
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
resolve: {
|
||||||
|
fallback: {
|
||||||
|
path: false,
|
||||||
|
fs: false
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user