Releases: rafgraph/rollpkg
Releases · rafgraph/rollpkg
v0.4.1
v0.4.0
Breaking changes:
- The default ECMAScript version for build files is now
ES2018
(previously it wasES5
).ES2018
is supported by all modern browsers but if you still needES5
output then set thetarget
field in yourtsconfig
toES5
. umd
builds are no longer created by default. Use the--addUmdBuild
cli option to createumd
builds.
Features:
- Speed improvements - up to 4x faster than v0.3.0.