⚡ An opinionated edit to the @lwrjs/module-registry
package with windows support and bug fixes.
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 😊
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.