chore(nx/client): warning about util module

This commit is contained in:
Elian Doran 2025-04-23 09:27:53 +03:00
parent 23bfda0b51
commit f89eb8cfd9
No known key found for this signature in database

View File

@ -24,7 +24,8 @@ module.exports = {
resolve: {
fallback: {
path: false,
fs: false
fs: false,
util: false
}
}
};