Errors on build of 7.0
ModuleNotFoundError: Module not found: Error: Can't resolve 'fs'
ModuleNotFoundError: Module not found: Error: Package path ./lib/utils
Field 'browser' doesn't contain a valid alias configuration
ModuleNotFoundError: Module not found: Error: Can't resolve 'stream'
ModuleNotFoundError: Module not found: Error: Can't resolve 'constants
ModuleNotFoundError: Module not found: Error: Can't resolve 'module' in '/Users/shofheins/repos/fabric/node_modules/jest-message-util/node_modules/stack-utils'
/node_modules doesn't exist or is not a directory
I've been able to resolve the fs, stream, constants by adding
config.resolve.fallback.fs = false
config.resolve.fallback.constants = false
config.resolve.fallback.stream = false
But unable to figure out why the rest is breaking or a fix.