Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukethacoder/lwrjs-module-registry

⚡ An opinionated edit to the @lwrjs/module-registry package with windows support and bug fixes (ESM Only)
https://github.com/lukethacoder/lwrjs-module-registry

lightning-base-components lightning-web-runtime lwc lwr lwrjs salesforce

Last synced: 10 days ago
JSON representation

⚡ An opinionated edit to the @lwrjs/module-registry package with windows support and bug fixes (ESM Only)

Awesome Lists containing this project

README

        

# lwrjs-module-registry

⚡ An opinionated edit to the [`@lwrjs/module-registry`](https://www.npmjs.com/package/@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`](https://www.npmjs.com/package/lightning-base-components).

- [Issue with using LWC base components with the LWR Single Page Application - salesforce/lwc/issues/2993](https://github.com/salesforce/lwc/issues/2993)
- [Nested Module Imports are not resolved in LWC (but work on-platform) - salesforce/lwc/issues/3495](https://github.com/salesforce/lwc/issues/3495)
- [Build not working on Windows - trailheadapps/lwc-recipes-oss/issues/498](https://github.com/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](https://github.com/salesforce/lwc/issues/3495).