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

Strip main field from v1 addons' package.json once they are rewritten as V2 #687

Merged
merged 1 commit into from
Feb 9, 2021

Commits on Feb 9, 2021

  1. clear main fields from v1 addons when rewriting them

    v1 addons don't get to customize `main` in package.json. When rewriting them to v2, we always rewrite them to put their main at `index.js` anyway. The presence of these fields can confuse stage3 packagers.
    ef4 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1eba2c4 View commit details
    Browse the repository at this point in the history