jsonrpc-lite icon indicating copy to clipboard operation
jsonrpc-lite copied to clipboard

jsonrpc.js doesn't create global variable jsonrpc in browser

Open ghost opened this issue 6 years ago • 2 comments

Unable to use jsonrpc.js umd file in browsers:

Uncaught ReferenceError: jsonrpc is not defined

ghost avatar Oct 26 '19 03:10 ghost

Also impossible to use with rollup.js

[!] Error: 'parse' is not exported by ./node_modules/jsonrpc-lite/jsonrpc.js

ghost avatar Oct 26 '19 05:10 ghost

@makoven , could you test the patch proposal? Just replace node_modules/jsonrpc-lite with this inners and check this out.

antongolub avatar Oct 27 '19 15:10 antongolub