Paweł Gulbinowicz

Results 107 comments of Paweł Gulbinowicz

@rebirthtobi I believe the issue with `.babelrcRoots` is connected with your Babel config. In haul we don't use/specify `babelrcRoots`.

@EugenePisotsky There's no update. I cannot reproduce the issue. It seams it's connected with specific `haul.config.js` and/or duplicated `webpack` dependency, but without any repro I cannot do much. If you...

Haul doesn't use `webpack.config.js`. So `resolve.modules` won't work unless you configure it in `haul.config.js` in `transform`. The error from 1st questions tells that the bundle is incorrect and it failed...

No, only `haul.config.js` is used by Haul.

Just to confirm, withe Hermes enabled the only way to make the bundle work is to remove the `exclude` from Webpack config. Am I correct?

@hedgepigdaniel Thanks for this detailed comment and while I do agree and would like to see Haul being just a set of utilities for Webpack (loaders, plugins, polyfills, etc) and...

I agree, there's much to be done in terms of maintenance, changelog etc. For now, the best source of truth is to look a commit history: https://github.com/callstack/haul/commits/master There are `chore:...

The process of generating changelog can be automated by Learn, which we use for managing monorepo, so it boils down to add proper options to `lerna` commands to generate it...

Looks fine, are all of those properties required?

Thanks for the PR @spion Maybe instead of slicing the string and adding a counter to it, we could hash the full long path into the eg 32 character hash?...