Skip to content

Commit aed97ea

Browse files
committed
Update CHANGELOG
1 parent ac1cf21 commit aed97ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG_V4+.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- `jest.config.js` & `webpack.config.js` are no longer ignored by ESLint.
2525
- Improved the readability of `webpack.config.js` by migrating to `webpack-merge`
2626
from using `lodash.deepClone()` for merging configuration objects.
27+
- Configured Node to resolve JavaScript files as ES modules (`"type": "module"`
28+
in `package.json`).
29+
- Refactored Jest and Webpack config files as ES modules.
2730

2831
### Fixed
2932
- Module import order warnings in most modules.

0 commit comments

Comments
 (0)