v1.0.0
Same kind of upgrades as [email protected]
Breaking Changes
- Upgraded from Babel v5 to Babel v6
- Dropped react-hot-loader - which is being deprecated in favor of react-transforms
- Setup babel-preset-react-hmre to replace react-hot-loader
- Upgraded development & build workflow (aligned on topheman/webpack-babel-starter)
- Dropped Gulp (now only using npm & webpack)
- Build destination folder is now
build/dist
(previouslybuild
)
Deprecations
DISABLE_LINTER=true
is nowLINTER=false
NO_LOCALHOST=true
is nowLOCALHOST=false
Changelog: v0.0.1...v1.0.0