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

refactor: polyfill-nomodule handling #21418

Closed
wants to merge 2 commits into from

Conversation

Timer
Copy link
Member

@Timer Timer commented Jan 21, 2021

This PR removes unnecessary redirection that bundles @next/polyfill-nomodule, which is a first-party dependency.

This commit removes unnecessary redirection that bundles `@next/polyfill-nomodule`, which is a first-party dependency.
@ijjk

This comment has been minimized.

@timneutkens
Copy link
Member

Finished up this PR in #27596

timneutkens added a commit to timneutkens/next.js that referenced this pull request Jul 29, 2021
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>
kodiakhq bot pushed a commit that referenced this pull request Aug 13, 2021
…27596)

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 #21418
Closes #21418

The polyfill loading already has tests so no other changes are necessary.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes
@vercel vercel locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants