Results 440 comments of Jack Works

do you have a source map? it's impossible to read what component did this.

After investigating, the best way of supporting this is to add it in webpack: https://github.com/webpack/webpack/issues/18895

Hmm, it crashes with OOM without resolving any file. https://github.com/webpack/enhanced-resolve/blob/ca76a47f51b80d08f17dbc7a79b47161a43584c2/lib/CachedInputFileSystem.js#L139 It dies in this loop.

👀 I don't familiar with how this work

We can consider that, but I'm not sure how it affects debugability.

> the only option is to try to solve it at the level of plugins and hooks... But we have too many hardcoded + in the code I searched `RuntimeGlobals.publicPath`...

Me too, I'm willing to implement this but I'm not sure how