- [Feature]: Make generated bundles compatible with Node.js runtime (more info).
- [Feature]: Add
processModuleFilterconfig param. which replacespostProcessModulesthat was not supported anymore (more info). - [Improvement]: Upgrade to Babel to
7.0.0-beta.56from7.0.0-beta.54(Babel changelog). - [Fixed]: Respect the
inlineSourceMapoption to inline the sourcemap in the bundle (more info). - [Fixed]: Do not override the global
requirefunction by defining the require function asglobal.__r(more info). (Note: This can cause a breaking change when overriding thegetRunModuleStatementconfig param).