Releases: bahmutov/find-webpack
Releases · bahmutov/find-webpack
v2.2.1
2.2.1 (2021-01-27)
Bug Fixes
- addFolderToBabelTranspile. TypeError: Cannot read property 'includes' of undefined (#19) (ea61d3d)
v2.2.0
2.2.0 (2020-10-21)
Features
- remove ReactRefresh and HotModuleReplacement plugins for react-scripts v4 (#15) (18ffdd7)
v2.1.0
2.1.0 (2020-09-23)
Features
v2.0.0
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
1.15.2 (2020-06-22)
Bug Fixes
- leave DefinePlugin for react-scripts plugins (9ef16c7)
v1.15.1
1.15.1 (2020-06-22)
Bug Fixes
- do not delete plugins for every situation (b74800d)
v1.15.0
1.15.0 (2020-06-22)
Features
- add context to ESLint globals, closes #11 (1b40c2a)
v1.14.0
1.14.0 (2020-06-13)
Features
- add folder paths to ModuleScopePlugin (27182ef)
v1.13.0
1.13.0 (2020-06-12)
Features
- allow passing multiple folders, closes #10 (c5bb6c1)
v1.12.1
1.12.1 (2020-06-12)
Bug Fixes
- add before and after globals, close #9 (3663234)