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

[Infrastructure] Reduce npm package size #656

Merged
merged 2 commits into from
Nov 11, 2020
Merged

[Infrastructure] Reduce npm package size #656

merged 2 commits into from
Nov 11, 2020

Commits on Nov 11, 2020

  1. [Infrastructure] Reduce npm package size

    
    **To test:**
    ```sh
    npm pack --dry-run
    ```
    
    
    **Diff:**
    |   | package size | unpacked size |
    |---|---|---|
    |Before| 38.0 kB | 138.4 kB |
    |After| 28.9 kB | 128.4 kB |
    
    
    - [See package content](https://unpkg.com/browse/react-native-google-places-autocomplete/)
    retyui authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    0db31a6 View commit details
    Browse the repository at this point in the history
  2. Update .npmignore

    retyui authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ead8fef View commit details
    Browse the repository at this point in the history