Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: react-native-web: fix config to prefer .web.* exts #10774

Merged
merged 2 commits into from Mar 1, 2020

Commits on Mar 1, 2020

  1. [examples/with-react-native-web] fix config to get .web.* extensions …

    …resolved before other
    
    Simple issue if you have `Compo.js` & `Compo.web.js` (eg 1st for iOS/android & second for web): with current config, .web are resolved after.
    My change change this situation so web extensions are resolved before the others.
    
    I removed the `defaultLoaders` since it was not used. Tell me if that was intentional so I can add it back.
    MoOx committed Mar 1, 2020
    Copy the full SHA
    d6ae86a View commit details
    Browse the repository at this point in the history
  2. lint-fix

    Timer committed Mar 1, 2020
    2
    Copy the full SHA
    1b7e788 View commit details
    Browse the repository at this point in the history