- [Breaking]: Tweak the minifiers API to make the options configurable. Now the
minify()
method accepts an object instead of several params (more info). - [Feature]: Add
minifierConfig
config param to enable passing custom options to the minifier (more info). - [Feature]: Add
enableBabelRuntime
config param to select whether the@babel/runtime
plugin is enabled. - [Fix]: TypeScript constructor parameter properties (#258).
- [Fix]: React Native transformer now instantiates the HMR plugin correctly (more info).
- [Fix]: Build progress bar now behaves correctly when building multiple entry points (more info).