InversifyJS icon indicating copy to clipboard operation
InversifyJS copied to clipboard

fix: include source-map related files

Open ObservedObserver opened this issue 3 years ago • 0 comments

fix: include source-map related files

Description

In Wepack5+, deps using source map but published exclude those files will receive lots of warnings.

Related Issue

Motivation and Context

this PR will publish required files which will prevent developers using webpack5 annoyed by source map warnings.

Types of changes

  • [ ] Updated docs / Refactor code / Added a tests case (non-breaking change)

  • [x] Bug fix (non-breaking change which fixes an issue)

  • [ ] New feature (non-breaking change which adds functionality)

  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

  • [x] My code follows the code style of this project.

  • [x] My change requires a change to the documentation.

  • [x] I have updated the documentation accordingly.

  • [x] I have read the CONTRIBUTING document.

  • [x] I have added tests to cover my changes.

  • [x] All new and existing tests passed.

  • [x] I have updated the changelog.

ObservedObserver avatar Dec 18 '22 03:12 ObservedObserver