minze icon indicating copy to clipboard operation
minze copied to clipboard

Lazyload

Open KartoffelToby opened this issue 3 years ago • 0 comments

Clear and concise description of the problem

Would be nice if there was any kind of code split for the custom elements, to lazyload them

Suggested solution

import('./lib/minze-code').then(({MinzeCode}) => {
    Minze.define('minze-code',MinzeCode);
});

Alternative

No response

Additional context

No response

Validations

KartoffelToby avatar Apr 26 '22 15:04 KartoffelToby