Skip to content

Commit

Permalink
fix(bundler): fix stubbing on core Nodejs module "stream"
Browse files Browse the repository at this point in the history
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
3cp committed Dec 28, 2018
1 parent e549b46 commit 1e36774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"opn": "^5.4.0",
"preprocess": "^3.1.0",
"querystring-es3": "1.0.0-0",
"readable-stream": "^2.3.6",
"rfc6902": "^3.0.1",
"semver": "^5.5.1",
"terser": "^3.10.0",
Expand Down

0 comments on commit 1e36774

Please sign in to comment.