All notable changes to this project will be documented in this file.
- npm audit fix
- fix tests and
output.optionshandling, so the plugin is compatible with both rollup v1 and v2
- add
repository.urltopackage.json
- fix npm audit volnurabilities, npm packages upgrade
- fix relative path calculation in shared chunks
- use new rollup api:
emitFileinstead ofemitAsset - remove empty imports of assets, e.g.
import './file.css';. The feature is there by design in rollup. But it could cause troubles for non-js files - script to automaticaly update changelog for
npm verion [type]
- Initial Realease