@rollup/plugin-node-resolve ChangeLog
2020-04-12
- fix: resolve symlinked entry point properly (#291)
2020-04-12
2020-02-03
- fix: main fields regression (#196)
2020-02-01
- refactor: clean codebase and fix external warnings (#155)
2020-01-07
- feat: dedupe by package name (#99)
2020-01-04
- fix: allow deduplicating custom module dirs (#101)
- feat: add rootDir option (#98)
- docs: improve doc related to mainFields (#138)
2019-11-25
- Breaking: Minimum compatible Rollup version is 1.20.0
- Breaking: Minimum supported Node version is 8.0.0
- Published as @rollup/plugin-node-resolve
- Requires at least rollup@1.11.0 to work (v1.12.0 for module side-effects to be respected)
- If used with rollup-plugin-commonjs, it should be at least v10.0.0
- Respect setting the deprecated fields "module", "main", and "jsnext" (#204 by @nick-woodward)
- Add new mainfields option (#182 by @keithamus)
- Added dedupe option to prevent bundling the same package multiple times (#201 by @sormy)
- Fix issue when external modules are specified in
package.browser
(#143 by @keithamus)
- Fix
package.browser
mapping issue when false
is specified (#183 by @allex)
This release will support rollup@1.0
This release now supports .mjs
files by default
This release adds the only
option
This release caches reading/statting of files, to improve speed.
- Update lockfile #137
- Update rollup dependency #138
- Enable installation from Github #142
- Ensure
pkg.browser
is an object if necessary (#129)
- Remove
browser-resolve
dependency (#127)
- [BREAKING] Remove
options.skip
(#90)
- Add
modulesOnly
option (#96)
- Prevent
jail
from breaking builds on Windows (#93)
- Add
jail
option (#53)
- Add
customResolveOptions
option (#79)
- Support symlinked packages (#82)
- Add support
module
field in package.json as an official alternative to jsnext
- Error messages are more descriptive (#50)
- Allow entry point paths beginning with ./
- Allow relative IDs to be external (#32)
- Skip IDs containing null character
- Prefer built-in options, but allow opting out (#28)
- Pass
options.extensions
through to node-resolve
skip: true
skips all packages that don't satisfy the main
or jsnext
options (#16)
- Support scoped packages in
skip
option (#15)
- Support
browser
field (#8)
- Get tests to pass on Windows
- Use node-resolve to handle various corner cases
- Add ES6 build, use Rollup 0.20.0