Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lukethacoder/lwrjs-module-registry
- Owner: lukethacoder
- License: mit
- Created: 2024-04-13T01:59:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T00:26:41.000Z (8 months ago)
- Last Synced: 2024-11-27T20:42:50.773Z (27 days ago)
- Topics: lightning-base-components, lightning-web-runtime, lwc, lwr, lwrjs, salesforce
- Language: JavaScript
- Homepage: https://npmjs.com/package/@lukethacoder/lwrjs-lwc-module-registry
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).