Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.19 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.19 KB

lwrjs-module-registry

⚡ An opinionated edit to the @lwrjs/module-registry package with windows support and bug fixes.

Fixes

Windows Support

Several issues have been raised around Windows specific issues when running both LWR and lightning-base-components.

These issues are no longer issues 😊

index.(js|ts) relative import

Minor bug where attempting to import a relative module from an index.(js|ts) file would result in an incorrect specifier. This should fix Nested Module Imports are not resolved in LWC (but work on-platform) - salesforce/lwc/issues/3495.