Skip to content

Conversation

@timea-solid
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings December 6, 2025 14:15
Copy link
Contributor

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.

Pull request overview

This PR fixes the ESM external configuration in webpack and bumps the package version from 4.0.1 to 4.0.2. The key change updates the webpack externals configuration for ESM builds to use the proper webpack 5 syntax for ES module imports.

  • Updated externalsESM to use the correct webpack 5 object format { import: 'rdflib' } for ESM external dependencies
  • Removed the spread of externalsBase from externalsESM, leaving only rdflib as an external dependency for ESM builds
  • Bumped the package version to 4.0.2 as a patch release

Reviewed changes

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

File Description
webpack.config.mjs Fixed ESM external configuration to use proper webpack 5 syntax for the rdflib dependency, removing UMD-specific externals that don't apply to ESM builds
package.json Bumped version from 4.0.1 to 4.0.2 to reflect the bug fix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@timea-solid
Copy link
Member Author

This does not work. Bug in webpack.

@timea-solid timea-solid closed this Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants