mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 01:34:17 +08: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.