mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
chore(nx/client): warning about util module
This commit is contained in:
@@ -24,7 +24,8 @@ module.exports = {
|
||||
resolve: {
|
||||
fallback: {
|
||||
path: false,
|
||||
fs: false
|
||||
fs: false,
|
||||
util: false
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user