dojo / cli-build-widget

Command for building Dojo widgets
Other
6 stars 17 forks source link

Lazy Custom Element Loader #108

Closed agubler closed 3 years ago

agubler commented 3 years ago

Applies changes to the custom element build to support the lazy loading of custom elements described in the dojo framework issue https://github.com/dojo/framework/issues/770.

Supersedes #101, adds one additional change that enables the custom elements and common bundles to be loaded relatively from where the bootstrap.js file is loaded.

matt-gadd commented 3 years ago

Let’s hope no one has another bootstrap loaded in the page, but for now let’s land it!