mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-15 20:07:29 +00:00
Webpack doesn't like mixing `import` with `module.exports`, and some of the dynamic requires cannot be safely used in both an ES and CommonJS module environment without looking for `.default` each time.