Skip to content

NXT 6918#394

Open
dan-ichim-lgp wants to merge 16 commits into
developfrom
feature/NXT-6918
Open

NXT 6918#394
dan-ichim-lgp wants to merge 16 commits into
developfrom
feature/NXT-6918

Conversation

@dan-ichim-lgp

Copy link
Copy Markdown

Checklist

  • I have read and understand the contribution guide
  • A CHANGELOG entry is included
  • I have run automated testing and it is passed
  • Documentation was added or is not needed
  • This is an API breaking change

Issue Resolved / Feature Added

Resolution

Additional Considerations

Links

Comments

@dan-ichim-lgp dan-ichim-lgp self-assigned this Jul 13, 2026
Comment thread config/bun/framework.js

if (options.polyfill) {
const polyfillPath = options.polyfill.replace(/\\/g, '/');
lines.push(`__register('@enact/polyfills', function () { return require(${JSON.stringify(polyfillPath)}); });`);
Comment thread config/bun/framework.js
}

for (const {id, request} of modules) {
lines.push(`__register(${JSON.stringify(id)}, function () { return require(${JSON.stringify(request)}); });`);
Bun's CSS pipeline does not understand ~package/path imports that css-loader and less-loader handled in webpack. Add shared resolution for @import and @import-json, plus a LESS FileManager for .less imports.
@dan-ichim-lgp dan-ichim-lgp changed the base branch from master to develop July 14, 2026 07:09
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