Open binarykitchen opened 7 years ago
I am not a rollup user, but I think you are close. Keep working on it.
BW, the stream.js file here is not what "readable-stream" exports.
Also, require("readable-stream") has a slightly different API to require("stream"), so it might be that the two are incompatible.
thanks ... trying hard here but am also close to give up :/
Initially reported in https://github.com/calvinmetcalf/rollup-plugin-node-builtins/issues/31#issuecomment-312427554, the following error is really weird:
looks like the es6 bundler rollup is trying to find the stream.js file but can't find it. But it does exist in your repo. Btw I have aliased it like that
readable-stream:'stream'
Not sure if websocket-stream can be bundled at all with rollup?