- drop node 8 support as it's maintenance will be closed in December
- migrate to MIT License
- fallback to
mkdirp
to keep working on node <= 8
- remove
mkpath
from dependencies (#24) - update dev dependencies
- dependencies update
- Fix
dirname
substitution on Windows (#21)
- add
destDir
option (#19) - update dependencies
- add
fileName
option (#17)
- ensure destination folder exist while
generateBundle
hook performs
- Breaking: version 2.0.0 requires [email protected] and higher – deprecated
onwrite
hook replaced with newgenerateBundle
hook, so plugin will not work with earlier versions of rollup.
Use version 1.4 with rollup<0.60
- add support for
output.dir
option - update dependencies
- internal update: it builds now with [email protected]
- add ability to prevent emitting any files with the
emitFiles=false
option.
- set default limit to 14kb
- Migrate to newer rollup API (#5).
- Minimal
rollup
version is0.32.4
- Braking:
write
method was removed
- Add public path option (#1)
- drop charset, its not needed
- Initial release