@rollup/plugin-node-resolve
Advanced tools
Comparing version 13.0.4 to 13.0.5
# @rollup/plugin-node-resolve ChangeLog | ||
## v13.0.5 | ||
_2021-09-21_ | ||
### Updates | ||
- docs: fix readme heading depth (#999) | ||
## v13.0.4 | ||
@@ -9,3 +17,3 @@ | ||
- fix | ||
- fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#921) | ||
@@ -18,3 +26,3 @@ ## v13.0.3 | ||
- fix | ||
- fix: handle browser-mapped paths correctly in nested contexts (#920) | ||
@@ -27,3 +35,3 @@ ## v13.0.2 | ||
- fix | ||
- fix: handle "package.json" being in path (#927) | ||
@@ -473,2 +481,2 @@ ## v13.0.1 | ||
- First release | ||
- First release |
{ | ||
"name": "@rollup/plugin-node-resolve", | ||
"version": "13.0.4", | ||
"version": "13.0.5", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -162,3 +162,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-node-resolve | ||
## `ignoreSideEffectsForRoot` | ||
### `ignoreSideEffectsForRoot` | ||
@@ -165,0 +165,0 @@ If you use the `sideEffects` property in the package.json, by default this is respected for files in the root package. Set to `true` to ignore the `sideEffects` configuration for the root package. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92405