Results 193 comments of Jeremy Whitlock

I guess it's time I get this supported: https://github.com/whitlockjc/path-loader/issues/1

Thanks for the reproduction, I didn't realize we broke this. I will get on this.

I will get started on https://github.com/whitlockjc/path-loader/issues/1, update `json-refs` to use the new version of `path-loader` and then you could pass on `options.jsonRefs.loaderOptions` to use a custom loader.

The more I look into this, this happens when `JSON.stringify` is given a JavaScript object that is huge and exceeds the maximum string length for the JavaScript runtime. I'm not...

Can you tell me why this is important? I don't disagree but the whole purpose of the `deps` property was for building a graph of dependencies so that I could...

I know it's not about circularity, I'm explaining where the `deps` property came from in the first. I'm trying to understand what other cases there are. Thanks for explaining.

The TravisCI build has them, linked above. Your tests shouldn't be failing, maybe there is a Windows build issue I'm not aware of. I'll try to spin up a Windows...

This is a great idea. I'll get on the review and see if I can figure out how to write a test ensuring that it's working.