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

chore: manage published files via files option #5659

Merged
merged 2 commits into from
Apr 17, 2020
Merged

Commits on Apr 16, 2020

  1. chore: Manage published files via files option

    Rather than a denylist (`.npmignore`) we can instead use an allowlist
    via the `files` option in `package.json`. This makes it much harder to
    accidentally include files or folders in the build as you have to
    explicitly list the files that will be included.
    
    Fixes #5648.
    jackfranklin committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    915fbd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. remove npmignore

    jackfranklin committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    873d686 View commit details
    Browse the repository at this point in the history