Paweł Gulbinowicz

Results 107 comments of Paweł Gulbinowicz

I've updated installation instructions to mention `babel-loader`. Closing this issue for now, feel free to re-open it if anything else pops up regarding migration from Haul.

First, update `react-native-webpack-toolkit` to `1.1.0`. Is `@babel/runtime` installed inside a package or in the monorepo root?? Is `@babel/runtime` explicitly defined as `dependency` in `package.json`? AFAIK this issue happens also with...

The repro repository would be awesome, but before that there's one thing you can try: https://webpack.js.org/configuration/resolve/#resolvealias and force Webpack to resolve `@babel/runtime` to wherever it is.

@woodrufs Thanks for the repro project. Unfoortunatelly, I got errors when running `rush build`: ``` ==[ FAILURE: 2 projects ]====================================================== --[ FAILURE: @strmbrkr/plant-floor ]-------------------------[ 4.34 seconds ]-- Error: Failed to...

I see, so I misunderstood the problem. So you can build the bundle without any Haul-related dependencies but it fails to run on simulator/device?

So I just ran `rushx ios-test` and `rushx start` and I could see the login screen w/o any errors. 🤔

Thanks for the info, I'll take a closer look at it again tomorrow. FYI you can actually put Webpack config in a subdirectory - RNWT has the same resolution as...

Not yet, can you remind me which issue is still happening?

So @woodrufs, I haven't had time to look more into it, but if you could create more minimalistic/barebone repro project, that would be awesome. I suspect this has something to...

@FrederickEngelhardt Unfortunately no. I don't have experience with this tooling and I'm missing a barebone repro project.