Gary Borton

Results 30 comments of Gary Borton

@bmeck Can you clarify what you mean by "potential change to `_interopRequireWildcard`"? As of today the helper hasn't changed in > 2 years. Do we know yet whether `import()` will...

@ljharb Added tests for applying the plugin w/ external-helpers.

@ljharb Yes, this would be considered a breaking change. The babel interop helpers transforms the shape of the imported module if it doesn't include the property `__esModule`. @ondrejbartas I let...

Agreed about the ugliness, especially since we can have more than one compiler/process trigger babel-loader.

Any specific examples that you're looking for? Would it just be configuration or do you want to see full build examples?

@sokra @mikesherov @TheLarkInn I'd love to unlock the performance potential here, but recognize that my proposed changes would mean a breaking change in both `enhanced-resolve` and `webpack`. This is what...

I'm guessing that would work for most people outside of aliasing and those still using bower. Native resolving works for any file so long as you provide the extension in...

Do you think that this should be a change in webpack without looking at `enhanced-resolve` at all? Something like... ```javascript try { // resolve-from resolveFrom(/* options */) } catch(e) {...

I don't remember exactly what we were doing that hit this problem, but I'm guessing this fails for sure if you run it outside of the root directory. On Mon,...