File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
- ` eslint-plugin-import ` is now properly configured for both JavaScript and
23
23
TypeScript files.
24
24
- ` 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.
25
27
26
28
### Fixed
27
29
- 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
31
33
### Added
32
34
- ` eslint-import-resolver-typescript ` * - Better TypeScript support for ESLint
33
35
` import ` plugin*
36
+ - ` webpack-merge ` * - Replaced the sections using ` lodash.deepClone() ` in
37
+ ` webpack.config.js ` *
34
38
35
39
### Removed
36
40
- ` eslint-import-resolver-webpack ` * - Not being used in any part of the
37
41
boilerplate*
42
+ - ` lodash ` * - Replaced by ` webpack-merge ` for its' usage in ` webpack.config.js ` *
38
43
39
44
## [ v4.0.0] - 2022-07-22
40
45
### Added
You can’t perform that action at this time.
0 commit comments