minze
minze copied to clipboard
Lazyload
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
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guidelines.
- [X] Read the docs.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.