sindresorhus/parse-json

Does this package work in browser?

Closed this issue · 1 comments

I have some problems running this package in browser (apiaryio/gavel.js#85). Is browser a supported runtime for this package? I can't see any mention of this in the docs.

If you use something like webpack, probably yes.
We aim for Node.js though, not the browser. So if you have issues with webpack and uglifyjs, don't use the latest version. You can find a more detailed explanation here sindresorhus/ama#446