process is not defined. in webpack5
amotzte opened this issue · 2 comments
amotzte commented
Hi,
I'm getting an error after upgrading to webpack5. Appears to be because of the following
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 ?
luisreyes commented
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.