Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: add package.json to package.exports (#2319)
* 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 * also allow fall-through (until next semver major) Co-authored-by: Jason Miller <[email protected]>
- Loading branch information