Releases: PepsRyuu/nollup
Releases · PepsRyuu/nollup
0.21.0
- Added support for plugin object hooks.
0.20.1
- IIFE external imports will search for a global variable with the same name as the variable assigned for the default import.
0.20.0
- Added support for
--configPlugin
.
- Added
this.load
for plugin context.
- Fixed issue where
iife
external imports were not auto-generating global variable names correctly.
0.19.0
- Added AMD support for output format.
0.18.7
- Fixed issue where plugins like TypeScript were not showing sourcemaps. #222
0.18.6
- Added resolve
custom
and isEntry
options. #218
0.18.5
- Added support for HMR projects that use
module.hot.accept()
without a callback. #213
0.18.4
- Fixed issue where dynamic imports broke when emitting an asset and the import was optimised out. #212
0.18.3
- Added additional transformations for live-bindings (function array and object pattern parameters).
0.18.2
- Fixed issue where hoisted functions could not use dynamic imports. #209