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

[WIP] Rollup build #9147

Closed
wants to merge 175 commits into from
Closed

[WIP] Rollup build #9147

wants to merge 175 commits into from

Commits on Mar 7, 2017

  1. WIP

    trueadm committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    30c8371 View commit details
    Browse the repository at this point in the history
  2. fbjs support

    trueadm committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    9d78fa8 View commit details
    Browse the repository at this point in the history
  3. WIP

    trueadm committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    3c24a4c View commit details
    Browse the repository at this point in the history
  4. dev/prod mode WIP

    trueadm committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    d00cf55 View commit details
    Browse the repository at this point in the history
  5. More WIP

    trueadm committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    238dcf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. builds a cjs bundle

    trueadm committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    15b13cd View commit details
    Browse the repository at this point in the history
  2. adding forwarding modules

    trueadm committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    690a72b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    ff0c871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47fa99e View commit details
    Browse the repository at this point in the history
  3. more forwarding modules

    trueadm committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    8ef3aa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdb6e23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6114597 View commit details
    Browse the repository at this point in the history
  6. Use -core suffix for all bundles

    This makes it easier to override things in www.
    gaearon committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    a09bed0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Add a lazy shim for ReactPerf

    This prevents a circular dependency between ReactGKJSModule and ReactDOM
    gaearon committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    723b402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    955b7e7 View commit details
    Browse the repository at this point in the history
  3. Revert "Add a lazy shim for ReactPerf"

    This reverts commit 723b402.
    gaearon committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    c9499d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c20ceeb View commit details
    Browse the repository at this point in the history
  5. Change forwarding modules to import from -fb

    This is another, more direct fix for ReactPerf circular dependency
    gaearon committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    c4dfd17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccfefc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    165bc45 View commit details
    Browse the repository at this point in the history
  8. should improve console output

    trueadm committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    65f11ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f6ecb1 View commit details
    Browse the repository at this point in the history
  10. Revert "should improve console output"

    This breaks the FB bundles.
    
    This reverts commit 65f11ee.
    gaearon committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    b34e7cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a50b6a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71d6c3b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    063067d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f6e5d72 View commit details
    Browse the repository at this point in the history
  15. Fix onlyChild module

    gaearon committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    1f66be3 View commit details
    Browse the repository at this point in the history
  16. improved the build tool

    trueadm committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    bd4d7ec View commit details
    Browse the repository at this point in the history
  17. Add a rollup npm script

    gaearon committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    ef50945 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b82ba71 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    95a4fbb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3f89a77 View commit details
    Browse the repository at this point in the history
  21. Revert "Work around internal FB transform require() issue"

    This reverts commit 0a50b6a.
    gaearon committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    4580b6b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9ba6635 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c2ffdcb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Configuration menu
    Copy the full SHA
    1cc4278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f102045 View commit details
    Browse the repository at this point in the history
  3. Externalize feature flags

    This lets www specify them dynamically.
    gaearon committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    76ee978 View commit details
    Browse the repository at this point in the history
  4. Remove forwarding modules with implementations

    Instead I'm adding them to react-fb in my diff.
    gaearon committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    8a92f33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae1f762 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d27a04 View commit details
    Browse the repository at this point in the history
  7. Add ReactART builds

    gaearon committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    d93b8e3 View commit details
    Browse the repository at this point in the history
  8. Add ReactDOMServer bundle

    gaearon committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    32eccd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31a9719 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1eed4e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    2c9ea97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a28190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04972cd View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Add a working RN build

    gaearon committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    e4fcbec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa5d94 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Configuration menu
    Copy the full SHA
    d5b91d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. improved how bundles are built by exposing externals and making the p…

    …rocess less "magical", also tidied up code and added more comments
    trueadm committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    6aa9936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9255c64 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. added NODE_DEV and NODE_PROD

    trueadm committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    14324bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a578db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e2f671 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    e8f49c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a8b69 View commit details
    Browse the repository at this point in the history
  3. fixed merge conflict

    trueadm committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    373e15b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feda028 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    e8a2318 View commit details
    Browse the repository at this point in the history
  2. renamed bundles and paths

    trueadm committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    02b70bc View commit details
    Browse the repository at this point in the history
  3. fixed fixture path changes

    trueadm committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    b4100ed View commit details
    Browse the repository at this point in the history
  4. added extract-errors support

    trueadm committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    c81f2fb View commit details
    Browse the repository at this point in the history
  5. added extractErrors warning

    trueadm committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    37d334b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd0ae1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47e8057 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    700894a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07a963a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26fa2cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d1584b View commit details
    Browse the repository at this point in the history
  12. Fix merge conflict

    gaearon committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    779d5bd View commit details
    Browse the repository at this point in the history
  13. Fix Haste name

    gaearon committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    d09410b View commit details
    Browse the repository at this point in the history
  14. Move files around

    gaearon committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    4458f15 View commit details
    Browse the repository at this point in the history
  15. More descriptive filenames

    gaearon committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    05bd00a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c84f4e0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a57e140 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Unflowify shims

    gaearon committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    bd4ff9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af3ca2 View commit details
    Browse the repository at this point in the history
  3. removed unnecessary resolve

    trueadm committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    beaf32c View commit details
    Browse the repository at this point in the history
  4. building facebook-www/build is now all sync to prevent IO issues plus…

    … handles extra facebook-www src assets
    trueadm committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    b4f9895 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5bdf70 View commit details
    Browse the repository at this point in the history
  6. removed react-native-renderer package and made build make a react-nat…

    …ive build dir instead
    trueadm committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    0fd8aa6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4691521 View commit details
    Browse the repository at this point in the history
  8. 😭😭😭

    gaearon committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    7dba33b View commit details
    Browse the repository at this point in the history
  9. Add more SSR unit tests for elements and children. (facebook#9221)

    * Adding more SSR unit tests for elements and children.
    
    * Some of my SSR tests were testing for react-text and react-empty elements that no longer exist in Fiber. Fixed the tests so that they expect correct markup in Fiber.
    
    * Tweaked some test names after @gaearon review comment facebook#9221 (comment) . Also realized that one of the tests was essentially a direct copy of another, so deleted it.
    
    * Responding to code review facebook#9221 (review) . Thanks @spicyj!
    aickin authored and gaearon committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    60e78e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5156eb View commit details
    Browse the repository at this point in the history
  11. Updating packages for 16.0.0-alpha.6 release

    Brian Vaughn authored and gaearon committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    71a87bc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Revert "😭😭😭"

    This reverts commit 7dba33b.
    gaearon committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    56c42b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9347ca0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. updated error codes

    trueadm committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    7afb09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d526452 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5271a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f994ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c95ee10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e81eac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b025c43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88293c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65aae08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ceeebd8 View commit details
    Browse the repository at this point in the history
  11. Use right haste names

    gaearon committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    02a0b8c View commit details
    Browse the repository at this point in the history
  12. keeps comments in prod

    trueadm committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    f79b32a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    607b021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e9cb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77add81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ed2b03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99df11d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0248811 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e0bb5a View commit details
    Browse the repository at this point in the history
  8. adds a FB_TEST bundle

    trueadm committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    33fa7c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee37df1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    272a6d4 View commit details
    Browse the repository at this point in the history
  11. Remove TEST env

    gaearon committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    7e7ca63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d86e827 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Configuration menu
    Copy the full SHA
    221b611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1fbc7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5893056 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    794e0b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Configuration menu
    Copy the full SHA
    0017318 View commit details
    Browse the repository at this point in the history
  2. Fix flow issues

    gaearon committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    89199ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16fc8d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    373f812 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c13c82e View commit details
    Browse the repository at this point in the history
  6. Fix lint

    gaearon committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    eb265f3 View commit details
    Browse the repository at this point in the history
  7. removed gulp-extract-errors

    trueadm committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    4da9ea5 View commit details
    Browse the repository at this point in the history
  8. added test_build.sh back in

    trueadm committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    a449c15 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dad841e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    082b784 View commit details
    Browse the repository at this point in the history
  11. fixed test coverage command

    trueadm committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    3a671b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0f93e6a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ac0159 View commit details
    Browse the repository at this point in the history
  14. temp removed html render test

    trueadm committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    70cc5f9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4dc1c51 View commit details
    Browse the repository at this point in the history
  16. fixed test_build

    trueadm committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    63aeb43 View commit details
    Browse the repository at this point in the history
  17. fixed broken npm script

    trueadm committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    11f02c5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    796e89d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0820c0e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8e97503 View commit details
    Browse the repository at this point in the history
  21. better error output

    trueadm committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    ff86c3a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ae0cdc8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e18e75c View commit details
    Browse the repository at this point in the history
  24. Fixes

    gaearon committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    e628f40 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e7a6153 View commit details
    Browse the repository at this point in the history
  26. circleci run tets

    trueadm committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    815f208 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. removed build from circlci

    trueadm committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    fbeea6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5108963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c4f01b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64559f8 View commit details
    Browse the repository at this point in the history
  5. re-enabled code coverage

    trueadm committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    0364501 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40cfc0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bcde75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b00cdb8 View commit details
    Browse the repository at this point in the history
  9. Merge with master

    gaearon committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    69714d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b62f7b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Configuration menu
    Copy the full SHA
    2708cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa30df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c102dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc6dba5 View commit details
    Browse the repository at this point in the history
  5. added filesize dep

    trueadm committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    625419c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf10b81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ef295c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a4f84b View commit details
    Browse the repository at this point in the history
  9. added react-dom-server

    trueadm committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    202fd54 View commit details
    Browse the repository at this point in the history
  10. removed un-needed comment

    trueadm committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    5e95acf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40d9b38 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c319500 View commit details
    Browse the repository at this point in the history
  13. added a missing commonjs()

    trueadm committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    8450522 View commit details
    Browse the repository at this point in the history
  14. fixed missing ignore

    trueadm committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    245c082 View commit details
    Browse the repository at this point in the history
  15. Hack around to fix RN bundle

    gaearon committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    59445a6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    23d46a8 View commit details
    Browse the repository at this point in the history
  17. Partially fix RN bundles

    gaearon committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    4f0d34a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3393a7f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ef3e751 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b564dd0 View commit details
    Browse the repository at this point in the history