Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@amille44420 amille44420 released this 02 Mar 03:05
· 258 commits to master since this release

2.0.0 (2020-03-02)

Bug Fixes

  • remove invalid plugins from babel loader for react production build (7ad69d8)
  • WebpackPackagePlugin: fix mistake in checks (23cc740)
  • fix hooks and start scripts (d0f6283)
  • pass options to getStyleLoaders (d04eacc)

Features

  • create build directory using recursive option (558085b)
  • WebpackPackagePlugin: customize stringify to get a cleaner package file (943c4ae)
  • add custom webpack plugin WebpackPackagePlugin (f502b62)
  • allow experimental usage of react-refresh for HMR (043ab8d)
  • move every env settings into the option step (7d7b03c)
  • provide hook system to have dynamic settings on runtime (8f9d405)
  • stop using default export for node hmr (fde14a8)

BREAKING CHANGES

  • the server entry point must now use module.exports to return the server instance instance of default export
  • the whole customization has been updated to hooks