mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 05:25:37 +08:00
chore(nx/client): warning about util module
This commit is contained in:
parent
23bfda0b51
commit
f89eb8cfd9
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ module.exports = {
|
|||
resolve: {
|
||||
fallback: {
|
||||
path: false,
|
||||
fs: false
|
||||
fs: false,
|
||||
util: false
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue