Rollup Plugin Multi Input Versions Save

A Rollup plugin to bundle modular libraries

v1.4.1

1 year ago

1.4.1 (2023-03-25)

Bug Fixes

  • json-schema Prototype Pollution: update jest to a no vulnerable version (0f97db1)

v1.4.0

1 year ago

1.4.0 (2023-03-25)

Features

v1.3.3

1 year ago

1.3.3 (2023-01-19)

Bug Fixes

  • multiInput is not a function (eb4a194)

v1.3.2

1 year ago

v1.3.1

2 years ago

1.3.1 (2021-05-27)

Bug Fixes

  • cross platform Windows support (80bdaac)

v1.3.0

2 years ago

1.3.0 (2021-05-19)

Bug Fixes

  • added the name property to match the rollup plugin interface (19c1e48)

Features

  • better typing for optional options (95f9e64)

v1.2.0

3 years ago

1.2.0 (2020-12-23)

Features

v1.1.1

4 years ago

1.1.1 (2020-02-25)

Bug Fixes

  • deps: dist/plugin.js require @babel/runtime (54125b9), closes #31

v1.1.0

4 years ago

1.1.0 (2020-02-25)

Bug Fixes

  • explicitly declare missing external dependencies (2caba28)

Features

  • add new option transformOutputPath (fabe65f)

v1.0.3

4 years ago

1.0.3 (2019-11-17)

Bug Fixes

  • plugin name: now use the package.json name, for better consistency (35bbc4f)
  • relative option: not relative inputs are now resolved relative to root instead of throw an unwanted error (e09580a)