javascript - json-stringify-safe , module is not defined error -
i trying use json-stringify-safe in order prevent converting circular structure json errors project throwing.
thought need load stringify.js file in project , that's it, gives me error:
uncaught referenceerror: module not defined @ stringify.js:1
how suppose use it?
Comments
Post a Comment