Andrey Logunov

Results 8 comments of Andrey Logunov

v1.1.3 still not working

This will be useful for testing too. In our case we are using mongodb-memory server for testing and this affect us too

Happens to me as well. v1.30.1 works fine

Converting to ESM is a really good idea. Node.js has natively supported it for a long time, and browsers also support it. For CJS (CommonJS) node executions, developers can use...

https://github.com/nodejs/node/issues/22360#issuecomment-653199762 async_hooks was fixed

Hi. Thank you for your pull request. I'm not sure that using "outputFormat (0,1)" is good idea. What do you thing of pass output formats and that format parameters as...

The problem here is a simple. React native (at least version 0.71 current one) do not support "exports" field https://github.com/facebook/metro/issues/670#issuecomment-1434510835 React-native try to grab "browser" field for root import https://facebook.github.io/metro/docs/configuration#resolvermainfields...

In my setup (expo 48). And it not deep tested (can be a wrong solution) 1) Create a metro.config.js ```js // Learn more https://docs.expo.io/guides/customizing-metro const { getDefaultConfig } = require('expo/metro-config');...