rsocket-js icon indicating copy to clipboard operation
rsocket-js copied to clipboard

Make compatible with Vite

Open Artur- opened this issue 2 years ago • 0 comments

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

Artur- avatar Mar 18 '22 12:03 Artur-