Releases: pmowrer/rollup-plugin-peer-deps-external
Releases · pmowrer/rollup-plugin-peer-deps-external
v2.2.4
2.2.4 (2020-10-20)
Bug Fixes
- deps: bump node-fetch from 2.6.0 to 2.6.1 (#33) (5b1d374)
- deps: bump npm-user-validate from 1.0.0 to 1.0.1 (#34) (8a899dd)
v2.2.3
2.2.3 (2020-07-01)
Bug Fixes
- allow external to be undefined (efe68a8)
- external also accepts string/regexp/array (d7bc1a7)
v2.2.2
2.2.2 (2020-02-01)
Bug Fixes
- update subdependencies to fix security warnings (3acf888)
v2.2.1
2.2.1 (2020-02-01)
Bug Fixes
- add link to npmjs and release rollup peerep (c85ec68)
- update lodash to fix critical vulnerability warning (6850aaf)
v2.2.0
2.2.0 (2018-06-20)
Features
- includeDependencies: add option to also externalize all dependencies (af1b2bb)
v2.1.1
2.1.1 (2018-05-02)
Bug Fixes
- allow any character after / in regex (#6) (af33927)
v2.1.0
2.1.0 (2018-02-27)
Features
- support different package.json location (9fdf7de)
v2.0.0
2.0.0 (2017-12-11)
Features
- refactor plugin to also handle matching "module paths" (07efd49)
BREAKING CHANGES
- The plugin will now add “module paths” to
external
. E.g.: If lodash
is in peerDependencies
, an import of lodash/map
would be added to
externals.