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

Bypass webpack compilation for precompiled @next/polyfills-nomodule #27596

Merged

Commits on Jul 29, 2021

  1. Bypass webpack compilation for precompiled @next/polyfills-nomodule

    Removes the extra webpack handling that was previously done, this ensures the file which is already minified and compiled does not get passed through minification again.
    
    Largely based on vercel#21418
    Closes vercel#21418
    
    Co-Authored-By: Joe Haddad <timer150@gmail.com>
    timneutkens and Timer committed Jul 29, 2021
    Copy the full SHA
    6a2c79d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 13, 2021

  1. Copy the full SHA
    3633105 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e865e06 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    13e9131 View commit details
    Browse the repository at this point in the history