We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1cf21 commit aed97eaCopy full SHA for aed97ea
CHANGELOG_V4+.md
@@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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.
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.
30
31
### Fixed
32
- Module import order warnings in most modules.
0 commit comments