mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(nx/client): warning about util module
This commit is contained in:
parent
23bfda0b51
commit
f89eb8cfd9
@ -24,7 +24,8 @@ module.exports = {
|
|||||||
resolve: {
|
resolve: {
|
||||||
fallback: {
|
fallback: {
|
||||||
path: false,
|
path: false,
|
||||||
fs: false
|
fs: false,
|
||||||
|
util: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user