rsocket-js
rsocket-js copied to clipboard
Make compatible with Vite
Fixes #195
Motivation:
Vite throws an exception when you try to access the default export of buffer
Modifications:
The exception can safely be ignored and interpreted as the buffer module not being available.
Result:
It works with Vite