Interface describing runtime dependencies of a Module. A
Module may specify an array of UMD bundles to be loaded by the
Kernel through the unpkg property. A Module may also
specify a mapping of import specifiers to Module-relative paths
through the exports property. Every specified WebDependency is loaded
before respective bundles of the Module, which depends on the
specified WebDependency, will be loaded themselves.
Interface describing runtime dependencies of a Module. A Module may specify an array of UMD bundles to be loaded by the Kernel through the
unpkg
property. A Module may also specify a mapping ofimport
specifiers to Module-relative paths through theexports
property. Every specified WebDependency is loaded before respective bundles of the Module, which depends on the specified WebDependency, will be loaded themselves.Example
An exemplary webDependency definition: