Releases: mixmaxhq/rollup-plugin-root-import
Releases · mixmaxhq/rollup-plugin-root-import
v1.0.0
1.0.0 (2020-01-31)
⚠ BREAKING CHANGES
- Supports Rollup 1.x, and likely does not support earlier versions. Change entry
parameter to input, and useEntry to useInput. Uses newer untranspiled language features such as
String#includes, but should otherwise retain parity with the previous version.
Features
Improve performance
Add internal caching to avoid re-discovering the same modules.
Add tests, handle edge case
Now handles edge case where entry
is specified relative to itself.
[docs] Minor revision
This minor revision introduces documentation updates.
First version
This is the first version of rollup-plugin-root-import. It is feature complete and unit tested.