0.16.2 ⢠Published 11 months ago
@lukethacoder/lwrjs-module-registry v0.16.2
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.
- Issue with using LWC base components with the LWR Single Page Application - salesforce/lwc/issues/2993
- Nested Module Imports are not resolved in LWC (but work on-platform) - salesforce/lwc/issues/3495
- Build not working on Windows - trailheadapps/lwc-recipes-oss/issues/498
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.