Skip to content

Conversation

@Hugoer
Copy link
Member

@Hugoer Hugoer commented May 9, 2025

Description

This PR fixes an issue in the FE Build where metadata files generated for postcss.extraEntries may contain incorrect content. The problem was caused by always writing the js variable instead of the specific entry defined for the extension.

The logic has been updated to correctly reference the appropriate file content from clientLibObject, ensuring accurate metadata generation.

Related Issue

Fixes #129

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.
  • I have read the CONTRIBUTING document.
  • All new and existing tests passed.

@easingthemes easingthemes merged commit f08af6c into Netcentric:main May 15, 2025
3 checks passed
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.

Incorrect metadata file content generated for postcss extraEntries in FE Build

3 participants