Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bundler): fix stubbing on core Nodejs module "stream"
Pin readable-stream to v2 which is required by stream-browserify. This enforces auto-tracer to use readable-stream v2 even when user's app has v3 installed. Auto-tracer always resolves module in cli's node_modules folder, before trying user's app's node_modules folder.
- Loading branch information