Added hostrequire undefined to always install all subdependencies.

This commit is contained in:
SamTV12345 2024-03-18 19:07:04 +01:00
parent d7869f5014
commit 027b0eda00

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();