v5.1.0
- Switch from deprecated
babel-preset-2015
tobabel-preset-env
(Thanks @xD3VHAX) - Put client files in
dist/public
and don't expose server files (oops!) (Thanks @xD3VHAX) - Add
postcss-csso
for better css minification in production (Thanks @xD3VHAX) - Better defaults for uglifying JS in production (Thanks @xD3VHAX)
- Upgrade
react-hot-loader
to v4