@codeperate/app-asset
Version:
Codeperate App Asset
20 lines (16 loc) • 1.02 kB
JavaScript
;
const index = require('./index-9f7d7390.js');
/*
Stencil Client Patch Browser v2.6.0 | MIT Licensed | https://stenciljs.com
*/
const patchBrowser = () => {
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('cdp-app-assets.cjs.js', document.baseURI).href));
const opts = {};
if (importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return index.promiseResolve(opts);
};
patchBrowser().then(options => {
return index.bootstrapLazy([["cdp-accordion-list.cjs",[[4,"cdp-accordion-list"]]],["cdp-menu-rematch.cjs",[[4,"cdp-menu-rematch",{"config":[16],"props":[32]}]]],["cdp-menu-store.cjs",[[4,"cdp-menu-store",{"config":[16]}]]],["cdp-modal-rematch.cjs",[[0,"cdp-modal-rematch",{"config":[16],"modals":[32],"markedClear":[32]}]]],["cdp-modal-store.cjs",[[0,"cdp-modal-store",{"config":[16],"markedClear":[32]}]]]], options);
});