v6.3.0
- Use
webpack-merge
for better webpack configurations - Clean up babel configurations:
.babelrc
is now only used for server side transpiling- Pass babel options directly to
babel-loader
in webpack configurations since they need to vary between client and SSR configurations.
- Update dependencies