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

[Experimental] Nomodule polyfills chunk #10212

Merged
merged 43 commits into from Jan 30, 2020

Commits on Jan 22, 2020

  1. Copy the full SHA
    1d2d091 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9015d74 View commit details
    Browse the repository at this point in the history
  3. Update sizes

    timneutkens committed Jan 22, 2020
    Copy the full SHA
    b08c2a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Update polyfills

    timneutkens committed Jan 23, 2020
    Copy the full SHA
    c3f9f77 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Test

    Timer committed Jan 24, 2020
    Copy the full SHA
    c71a723 View commit details
    Browse the repository at this point in the history
  2. Add dep

    Timer committed Jan 24, 2020
    Copy the full SHA
    fe55d19 View commit details
    Browse the repository at this point in the history
  3. Use iife

    Timer committed Jan 24, 2020
    Copy the full SHA
    89da33b View commit details
    Browse the repository at this point in the history
  4. Unscope

    Timer committed Jan 24, 2020
    Copy the full SHA
    ab26bce View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    09791d1 View commit details
    Browse the repository at this point in the history
  6. Revert "Unscope"

    This reverts commit ab26bce.
    Timer committed Jan 24, 2020
    Copy the full SHA
    e5d769d View commit details
    Browse the repository at this point in the history
  7. trigger

    Timer committed Jan 24, 2020
    Copy the full SHA
    7802b7a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Copy the full SHA
    12d8177 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    53eccbe View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7977e75 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    timneutkens committed Jan 27, 2020
    Copy the full SHA
    19d77a5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix/promise-polyfill-finally' of github.com:timneutkens…

    …/next.js into fix/promise-polyfill-finally
    
    # Conflicts:
    #	packages/next/build/webpack-config.ts
    #	yarn.lock
    timneutkens committed Jan 27, 2020
    Copy the full SHA
    b22a37b View commit details
    Browse the repository at this point in the history
  6. Set helpers to true

    timneutkens committed Jan 27, 2020
    Copy the full SHA
    4c2fc0e View commit details
    Browse the repository at this point in the history
  7. Update yarn.lock

    timneutkens committed Jan 27, 2020
    Copy the full SHA
    5c8ff1c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Fix test

    timneutkens committed Jan 28, 2020
    Copy the full SHA
    794b73f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'canary' of github.com:zeit/next.js into fix/promise-pol…

    …yfill-finally
    
    # Conflicts:
    #	test/integration/size-limit/test/index.test.js
    timneutkens committed Jan 28, 2020
    Copy the full SHA
    43fb461 View commit details
    Browse the repository at this point in the history
  3. Update polyfills size

    timneutkens committed Jan 28, 2020
    Copy the full SHA
    63fbf1d View commit details
    Browse the repository at this point in the history
  4. Add comment

    timneutkens committed Jan 28, 2020
    Copy the full SHA
    d2d08fb View commit details
    Browse the repository at this point in the history
  5. Add back comment

    timneutkens committed Jan 28, 2020
    Copy the full SHA
    3a0fea9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6821622 View commit details
    Browse the repository at this point in the history
  7. Fix filename

    timneutkens committed Jan 28, 2020
    Copy the full SHA
    d46e29d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5ccf93d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Copy the full SHA
    cd0593b View commit details
    Browse the repository at this point in the history
  2. fix resolve alias check

    Timer committed Jan 30, 2020
    Copy the full SHA
    9af927e View commit details
    Browse the repository at this point in the history
  3. correct loader

    Timer committed Jan 30, 2020
    Copy the full SHA
    a5763e5 View commit details
    Browse the repository at this point in the history
  4. fix logic branches

    Timer committed Jan 30, 2020
    Copy the full SHA
    1d9863b View commit details
    Browse the repository at this point in the history
  5. adjust !!

    Timer committed Jan 30, 2020
    Copy the full SHA
    6dac29e View commit details
    Browse the repository at this point in the history
  6. adjust cache key

    Timer committed Jan 30, 2020
    Copy the full SHA
    00f2766 View commit details
    Browse the repository at this point in the history
  7. Conditionally branch polyfill

    Timer committed Jan 30, 2020
    Copy the full SHA
    4f593b7 View commit details
    Browse the repository at this point in the history
  8. fix promise polyfill branching

    Timer committed Jan 30, 2020
    Copy the full SHA
    1b32c41 View commit details
    Browse the repository at this point in the history
  9. Re-add runtime

    Timer committed Jan 30, 2020
    Copy the full SHA
    d1598d6 View commit details
    Browse the repository at this point in the history
  10. fix base object

    Timer committed Jan 30, 2020
    Copy the full SHA
    79d7e4b View commit details
    Browse the repository at this point in the history
  11. fix yarn lock

    Timer committed Jan 30, 2020
    Copy the full SHA
    387e9c5 View commit details
    Browse the repository at this point in the history
  12. Add cache key

    Timer committed Jan 30, 2020
    Copy the full SHA
    ee452a6 View commit details
    Browse the repository at this point in the history
  13. correctly set caller

    Timer committed Jan 30, 2020
    Copy the full SHA
    d4386eb View commit details
    Browse the repository at this point in the history
  14. add basic test

    Timer committed Jan 30, 2020
    Copy the full SHA
    1d0f354 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    5caee6f View commit details
    Browse the repository at this point in the history
  16. Increment h=>i

    Timer committed Jan 30, 2020
    Copy the full SHA
    eb84646 View commit details
    Browse the repository at this point in the history
  17. increment to j just in case

    Timer committed Jan 30, 2020
    Copy the full SHA
    111ec35 View commit details
    Browse the repository at this point in the history