Skip to content

Commit

Permalink
Fix ESM modules (#1632)
Browse files Browse the repository at this point in the history
* chore: add webpack config

* chore: update ESM build to rely on webpack

* docs: update changelog
  • Loading branch information
notaphplover authored Nov 13, 2024
1 parent aec9df3 commit 5370a50
Show file tree
Hide file tree
Showing 5 changed files with 1,103 additions and 25 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Updated container to allow deactivating singleton undefined values.
- Updated planner to provide right circular dependent services when such dependencies are detected.
- Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms.

## [6.1.3]

Expand Down
Loading

0 comments on commit 5370a50

Please sign in to comment.