Skip to content

Commit 2196fa9

Browse files
committed
Update CHANGELOG
1 parent ae5ba1f commit 2196fa9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG_V4+.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- `eslint-plugin-import` is now properly configured for both JavaScript and
2323
TypeScript files.
2424
- `jest.config.js` & `webpack.config.js` are no longer ignored by ESLint.
25+
- Improved the readability of `webpack.config.js` by migrating to `webpack-merge`
26+
from using `lodash.deepClone()` for merging configuration objects.
2527

2628
### Fixed
2729
- Module import order warnings in most modules.
@@ -31,10 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133
### Added
3234
- `eslint-import-resolver-typescript` *- Better TypeScript support for ESLint
3335
`import` plugin*
36+
- `webpack-merge` *- Replaced the sections using `lodash.deepClone()` in
37+
`webpack.config.js`*
3438

3539
### Removed
3640
- `eslint-import-resolver-webpack` *- Not being used in any part of the
3741
boilerplate*
42+
- `lodash` *- Replaced by `webpack-merge` for its' usage in `webpack.config.js`*
3843

3944
## [v4.0.0] - 2022-07-22
4045
### Added

0 commit comments

Comments
 (0)