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

tools: add package.json to package.exports #2319

Merged
merged 2 commits into from
Feb 8, 2020

Commits on Feb 8, 2020

  1. tools: add package.json to package.exports

    When the export map was added the ability to import / require
    the `package.json` was lost as it wasn't included in the map.
    
    This adds back the functionality by explicitly adding it to the map.
    
    Refs: FredKSchott/snowpack#193
    MylesBorins committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    5a328d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc8c38 View commit details
    Browse the repository at this point in the history