0.0.1-alpha10 • Published 5 years ago

@lwr-js/loader-shim v0.0.1-alpha10

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Lightning Web Runtime :: Client Runtime Loader Shim

This package contains the Client Runtime Loader Shim for hosting a LWR application in AMD format. The AMD Loader Shim is responsible for:

  • defining and executing the @lwr/loader
  • exposure of the loader's define API at globalThis.LWR.define

Output

The AMD Loader Shim is pre-built provided as a static IIFE resource:

build/
  └── assets
      └── prod
          └── lwr-loader-shim.js