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
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
Explain the problem
As per https://webpack.js.org/configuration/stats/ the stats object can be a string. But this causes webpackWorker.js to crash because you use Object.create() (line 37)
Expected Behaviour
Should accept
stats: 'errors-only'
configActual Behaviour
Crashes
The text was updated successfully, but these errors were encountered: