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
I had this issue all of a sudden pop up.
I found out that my IDE autocompleted some import with ... from 'cli-color'
This caused webpack to try and bundle cli-color with the client scripts.
Hi,
I'm getting an error after upgrading to webpack5. Appears to be because of the following
cli-color/bare.js
Line 20 in 9072cda
It seems that process is not defined in webpack5
See https://webpack.js.org/migrate/5/#run-a-single-build-and-follow-advice
Is there any plan to fix this ?
The text was updated successfully, but these errors were encountered: