Open goldenyz opened 5 years ago
So just in case anyone else gets this, what I had to do was fork the repo, and replace all instances of including from 'process'
, with from 'process-es6'
.
It breaks some of the tests, but it works ๐
I'll try and contribute this upstream later ๐ ๐
we are now hitting exactly the same problem. There doesn't seem to be much work happening on this repo. Any chance you could setup a pull request for that fix?
@phtaylor
So I think I didn't open a PR back then, because I soon learned that my commit actually didn't fix things I don't think?
Looking at my fork commit history: https://github.com/torch2424/rollup-plugin-node-builtins/commits/master
Seems like I was having a really hard time, and I completely forgot what the true problem ended up being unfortunately, since I was juggling a lot of packages doing a lot of weird things :cry:
I have encountered this issue:
It seems the stream requires a wrong version of 'process'
Below is my rollup config:
Could anyone help?