@lukethacoder/lwrjs-module-registry
v0.12.2
Published
⚡ An opinionated edit to the @lwrjs/module-registry package to add Windows Support and bug fixes.
Downloads
9
Readme
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.