Added hostrequire undefined to always install all subdependencies. (#6241)

This commit is contained in:
SamTV12345 2024-03-18 19:44:16 +01:00 committed by GitHub
parent a27440c96f
commit ad3393d2fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ export class LinkInstaller {
constructor() {
this.livePluginManager = new PluginManager({
pluginsPath: pluginInstallPath,
hostRequire: undefined,
cwd: path.join(settings.root, 'src')
});
this.dependenciesMap = new Map();