Skip to content

fix: prevent sourcemap error in IDEs#988

Merged
intcreator merged 1 commit intomainfrom
intcreator/sourcemap
May 29, 2025
Merged

fix: prevent sourcemap error in IDEs#988
intcreator merged 1 commit intomainfrom
intcreator/sourcemap

Conversation

@intcreator
Copy link
Copy Markdown
Collaborator

Description

removes references to sourcemaps in built output so IDEs don't get an error when importing

Related Issue

fixes #987

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • 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)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • If my change introduces a breaking change, I have added a ! after the type/scope in the title (see the Conventional Commits standard).

@intcreator intcreator requested a review from Copilot May 29, 2025 17:28
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@intcreator intcreator merged commit 0db2c2d into main May 29, 2025
18 checks passed
@intcreator intcreator deleted the intcreator/sourcemap branch May 29, 2025 17:38
@ncb000gt
Copy link
Copy Markdown
Member

🎉 This PR is included in version 4.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

intcreator pushed a commit that referenced this pull request Jun 5, 2025
## [4.3.1](v4.3.0...v4.3.1) (2025-05-29)

### 🐛 Bug Fixes

* prevent sourcemap error in IDEs ([#988](#988)) ([0db2c2d](0db2c2d)), closes [#987](#987)

### ♻️ Chores

* **action:** update actions/setup-node action to v4.4.0 ([86f8cec](86f8cec))
* **action:** update github/codeql-action action to v3.28.16 ([33d396f](33d396f))
* **action:** update github/codeql-action action to v3.28.17 ([97a9185](97a9185))
* **action:** update github/codeql-action action to v3.28.18 ([6a72709](6a72709))
* **action:** update step-security/harden-runner action to v2.12.0 ([c0ad19d](c0ad19d))
* **deps:** lock file maintenance ([784bc9c](784bc9c))
* **deps:** lock file maintenance ([7a97350](7a97350))
* **deps:** lock file maintenance ([40163b4](40163b4))
* **deps:** lock file maintenance ([9bcb7e3](9bcb7e3))
* **deps:** lock file maintenance ([#983](#983)) ([3df1cf6](3df1cf6))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.25.1 ([162008f](162008f))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.27.0 ([5c1161c](5c1161c))
* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v11.0.2 ([d27afcd](d27afcd))
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.11.21 ([a195b0f](a195b0f))
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.11.29 ([edd52d4](edd52d4))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.14.1 ([f24a7cb](f24a7cb))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.15.15 ([#984](#984)) ([bfb12a7](bfb12a7))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.15.21 ([86b539a](86b539a))
* **deps:** update dependency lint-staged to v15.5.1 ([25a3659](25a3659))
* **deps:** update dependency lint-staged to v15.5.2 ([be017c5](be017c5))
* **deps:** update linters ([6ed6fdb](6ed6fdb))
* **deps:** update semantic-release related packages ([555bba9](555bba9))
* **deps:** update swc monorepo ([edd3284](edd3284))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sourceMappingURL improperly included in the npm package

3 participants