New features
React 15.5 compatibility
No warnings when running with React 15.5.
(#389 by @ldabiralai, @kulakowka)
New config option to change Buble configuration
New config option compilerConfig.
Change default dev server host to 0.0.0.0
This allows users to connect from outside their local machines.
(#374 by @Knorcedger)
Bug fixes
- Pass resolver and handlers to
propsParser
(#377 by @stepancar) - Use
[name]
in output filenames (#381 by @jskeate) - Show actual glob patterns on welcome screen (#387).
- Show correct types in config validation errors (for example do not show
null
asobject
). - Do not print clean-webpack-plugin log messages.
- Allow working without webpack config.