- πΊπΈUnited States stevenlafl
The key was installing "oomphinc/composer-installers-extender" composer package.
https://www.drupal.org/docs/8/modules/lazy-load/how-to-use-composer-to-i... β
"extra": {
"installer-types": ["bower-asset", "npm-asset"],
"installer-paths": {
...
"web/libraries/{$name}": ["type:drupal-library", "type:bower-asset", "type:npm-asset"],
...
}
}
But composer.json of lazysizes library does not contains type attribute.
Closed: works as designed
3.4
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The key was installing "oomphinc/composer-installers-extender" composer package.