custom-installer
custom-installer copied to clipboard
Installer for single package with custom type
I added "components/jquery": "3.5.*" to project with following rule:
"extra": {
"custom-installer": {
"../js/{$name}/": ["components/jquery"]
}
},
In this case it does not work because type of components/jquery is "component".
How this can be resolved?