- [Feature]: Make generated bundles compatible with Node.js runtime (more info).
- [Feature]: Add
processModuleFilter
config param. which replaces postProcessModules
that was not supported anymore (more info).
- [Improvement]: Upgrade to Babel to
7.0.0-beta.56
from 7.0.0-beta.54
(Babel changelog).
- [Fixed]: Respect the
inlineSourceMap
option to inline the sourcemap in the bundle (more info).
- [Fixed]: Do not override the global
require
function by defining the require function as global.__r
(more info). (Note: This can cause a breaking change when overriding the getRunModuleStatement
config param).
(list of commits since v0.43.4)