whitlockjc / json-refs

Various utilities for JSON Pointers (http://tools.ietf.org/html/rfc6901) and JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).
MIT License
223 stars 63 forks source link

Webpack >5 no longer includes node polyfills #205

Open Ketec opened 1 year ago

Ketec commented 1 year ago

This now leads to Error: Module not found: Error: Can't resolve 'path' in '/home/user/FCHUB/Shared.UI/node_modules/json-refs' Same for querystring. Are there plans to move away from node-based libraries for native browser support?

andrewmoreno commented 1 week ago

Did you find a workaround for this issue?