mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Added hostrequire undefined to always install all subdependencies. (#6241)
This commit is contained in:
parent
a27440c96f
commit
ad3393d2fe
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue