Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Package Builder import errors #2049

Merged
merged 8 commits into from
Jun 26, 2024

Conversation

madsrasmussen
Copy link
Contributor

@madsrasmussen madsrasmussen commented Jun 26, 2024

Description

The Package builder was using relative imports across different packages. That doesn't work anymore because files are bundled. The correct way to import from another package is through the exposed importmap.

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)
  • Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

@madsrasmussen madsrasmussen changed the title 14.1/bugfix/package builder import errors Bugfix: Package Builder import errors Jun 26, 2024
@madsrasmussen madsrasmussen marked this pull request as ready for review June 26, 2024 12:35
@iOvergaard iOvergaard merged commit b316ce3 into release/14.1 Jun 26, 2024
6 checks passed
@iOvergaard iOvergaard deleted the 14.1/bugfix/package-builder-import-errors branch June 26, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants