Releases: rollup/rollup
Releases · rollup/rollup
v0.67.4
v0.67.3
2018-11-17
Bug Fixes
- Make sure the ESM browser build is actually published to npm (#2560)
- Throw proper error when using
inlineDynamicImportswithexperimentalPreserveModules(#2560)
Pull Requests
- #2552: Properly include ESM browser build in package (@lukastaegert)
- #2560: Show proper error when using
inlineDynamicImportswithexperimentalPreserveModules(@clarkdo)
v0.67.2
v0.67.1
2018-11-11
Bug Fixes
- Deconflict CLI entry points with same name but on different paths if no explicit naming is used (#2548)
Pull Requests
- #2548: Deconflict CLI entry points with same name but on different paths if no explicit naming is used (@lukastaegert)
v0.67.0
2018-11-04
Breaking Changes
none
Features
- Do not resolve external dynamic imports via plugins to match the logic for static external imports again (#2505)
- Support virtual modules created by plugins when preserving modules (#2511)
- Add new
output.sourcemapExcludeSourcesoption to exclude the actual sources from sourcemaps (#2531)
Bug Fixes
- Fix TypeScript type for sourcemaps (#2507)
- Fix order of external and inter-chunk imports to match the proper execution order (#2508)
- Do not tree-shake children of unknown nodes to e.g. properly handle do-expressions via acorn plugin (#2510)
- Prevent memory leak when using the bundle as cache (#2522)
- Fix mis-placed semicolons for certain SystemJS exports (#2529)
Pull Requests
- #2505: Do not resolve external dynamic imports via plugins (@lukastaegert)
- #2507: Fix public sourcemap type (@aMarCruz)
- #2508: Improve execution order of chunks and externals (@lukastaegert)
- #2510: Do not tree-shake children of unknown nodes to e.g. properly handle do-expressions via acorn plugin (@devsnek)
- #2511: Create chunks for virtual modules when preserving modules (@lukastaegert)
- #2522: Prevent memory leak when using the bundle as cache (@kyle1320)
- #2529: Fix mis-placed semicolons for certain SystemJS exports (@kyle1320)
- #2531: add
sourcemapExcludeSourcesoption to exclude the source content from sourcemaps (@kitsonk)
v0.20.0
remove the obsolete whats-the-catch section of the README