Closed
Description
🚀 Feature request
Description
The lazy
option inside the script
and style
option is confusing as this option doesn't lazy load a bundle but rather it doesn't inject/reference the script in the HTML. While this option is an enabler for lazy loading, the users will still need to handle on how how this bundle will be lazy loaded. There are also potential use cases beyond lazy loading for the option.
Deprecate the lazy
option in favour of a more self descriptive options such as injected
.