You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a Webpack deprecation warning DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET:
(node:15570) [DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET] DeprecationWarning: Compilation.modules was changed from Array to Set (using Array method 'map' is deprecated)
There is a Webpack deprecation warning DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET:
It can be fixed by small change in
utils.js
:But I think it will require a major version update.
The text was updated successfully, but these errors were encountered: