Skip to content

v0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 19:31
· 382 commits to master since this release

Features

  • 🎸 Added default support for asset image resources (bd94f8d)
  • 🎸 Added direct entry points for RouterEvents export (#107) (9d10d46)
  • 🎸 Added eslint plugin import and eslint react-hooks plugi (#108) (db8ca75)
  • 🎸 Automatically generate free port for livereload server (#101) (a083a1b)

BREAKING CHANGES

  • 🧨 createLiveReloadServer() function must be promise chained in
    webpack.config.js before returning any config array.