I use webpack and I get the error message below:
ERROR in ./node_modules/log4js/lib/clustering.js
Module not found: Error: Can't resolve 'cluster' in '/path/to/node_modules/log4js/lib'
@ ./node_modules/log4js/lib/clustering.js 1:16-34
@ ./node_modules/log4js/lib/log4js.js
Has anyone else encountered this issue, and know how to resolve it?
I use webpack and I get the error message below:
Has anyone else encountered this issue, and know how to resolve it?