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

Releases: amille44420/dev-scripts

v2.0.4

16 Mar 09:43
Compare
Choose a tag to compare

2.0.4 (2020-03-16)

v2.0.3

09 Mar 07:22
Compare
Choose a tag to compare

2.0.3 (2020-03-09)

v2.0.2

06 Mar 07:54
Compare
Choose a tag to compare

2.0.2 (2020-03-06)

v2.0.1

02 Mar 07:18
Compare
Choose a tag to compare

2.0.1 (2020-03-02)

v2.0.0

02 Mar 03:05
Compare
Choose a tag to compare

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

v2.0.0-next.9

29 Feb 12:38
Compare
Choose a tag to compare
v2.0.0-next.9 Pre-release
Pre-release

2.0.0-next.9 (2020-02-29)

Features

  • create build directory using recursive option (c5999d4)

v2.0.0-next.8

29 Feb 08:54
Compare
Choose a tag to compare
v2.0.0-next.8 Pre-release
Pre-release

2.0.0-next.8 (2020-02-29)

Features

  • WebpackPackagePlugin: customize stringify to get a cleaner package file (7cd15c9)

v2.0.0-next.7

29 Feb 02:40
Compare
Choose a tag to compare
v2.0.0-next.7 Pre-release
Pre-release

2.0.0-next.7 (2020-02-29)

Bug Fixes

  • WebpackPackagePlugin: fix mistake in checks (fc8c062)

v2.0.0-next.10

29 Feb 13:10
Compare
Choose a tag to compare
v2.0.0-next.10 Pre-release
Pre-release

2.0.0-next.10 (2020-02-29)

Bug Fixes

  • remove invalid plugins from babel loader for react production build (0c65943)

v2.0.0-next.6

28 Feb 13:02
Compare
Choose a tag to compare
v2.0.0-next.6 Pre-release
Pre-release

2.0.0-next.6 (2020-02-28)

Features

  • add custom webpack plugin WebpackPackagePlugin (02b08d4)
  • stop using default export for node hmr (76d2250)

BREAKING CHANGES

  • the server entry point must now use module.exports to return the server instance instance of default export