When I use ncc build it throws me this warnings
(node:13680) [DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET] DeprecationWarning: Compilation.modules was changed from Array to Set (using Array method 'reduce' is deprecated)
(Use 'discord-basebot-core --trace-deprecation ...' to show where the warning was created)
(node:13680) [DEP_WEBPACK_MODULE_ERRORS] DeprecationWarning: Module.errors was removed (use getErrors instead)
How to disable this warning?
When I use ncc build it throws me this warnings
How to disable this warning?