node-ddp-client icon indicating copy to clipboard operation
node-ddp-client copied to clipboard

How to browserify your library.

Open suhail-ansari-apconic opened this issue 9 years ago • 1 comments

I tried browserifying your library to use it on the client side but it fails due to syntax error with class keyword. Any clue as to how can i go about browserifying your library.

Thanks in advance.

suhail-ansari-apconic avatar Sep 24 '15 08:09 suhail-ansari-apconic

What version of Browserify are you using? I'm using it also for a client side project and use version: 11.2.0. The only issue is browser support. Even while using Browserify, the class keyword remains and is currently not really great supported by browsers.

navelpluisje avatar Oct 17 '15 17:10 navelpluisje