Skip to content

Releases: bahmutov/find-webpack

v2.2.1

27 Jan 22:35
ea61d3d
Compare
Choose a tag to compare

2.2.1 (2021-01-27)

Bug Fixes

  • addFolderToBabelTranspile. TypeError: Cannot read property 'includes' of undefined (#19) (ea61d3d)

v2.2.0

21 Oct 15:57
18ffdd7
Compare
Choose a tag to compare

2.2.0 (2020-10-21)

Features

  • remove ReactRefresh and HotModuleReplacement plugins for react-scripts v4 (#15) (18ffdd7)

v2.1.0

23 Sep 01:35
Compare
Choose a tag to compare

2.1.0 (2020-09-23)

Features

  • return next babel loader (1ea1d15)

v2.0.0

22 Jun 20:02
Compare
Choose a tag to compare

2.0.0 (2020-06-22)

Features

  • set NODE_ENV to test when loading webpack (b57e198)

BREAKING CHANGES

  • need to set env to "test" to properly load
    env variables and plugins, especially for react-scripts.

v1.15.2

22 Jun 19:29
Compare
Choose a tag to compare

1.15.2 (2020-06-22)

Bug Fixes

  • leave DefinePlugin for react-scripts plugins (9ef16c7)

v1.15.1

22 Jun 19:13
Compare
Choose a tag to compare

1.15.1 (2020-06-22)

Bug Fixes

  • do not delete plugins for every situation (b74800d)

v1.15.0

22 Jun 19:01
Compare
Choose a tag to compare

1.15.0 (2020-06-22)

Features

  • add context to ESLint globals, closes #11 (1b40c2a)

v1.14.0

13 Jun 12:28
Compare
Choose a tag to compare

1.14.0 (2020-06-13)

Features

  • add folder paths to ModuleScopePlugin (27182ef)

v1.13.0

12 Jun 13:35
Compare
Choose a tag to compare

1.13.0 (2020-06-12)

Features

  • allow passing multiple folders, closes #10 (c5bb6c1)

v1.12.1

12 Jun 13:28
Compare
Choose a tag to compare

1.12.1 (2020-06-12)

Bug Fixes

  • add before and after globals, close #9 (3663234)