mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +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() {
|
constructor() {
|
||||||
this.livePluginManager = new PluginManager({
|
this.livePluginManager = new PluginManager({
|
||||||
pluginsPath: pluginInstallPath,
|
pluginsPath: pluginInstallPath,
|
||||||
|
hostRequire: undefined,
|
||||||
cwd: path.join(settings.root, 'src')
|
cwd: path.join(settings.root, 'src')
|
||||||
});
|
});
|
||||||
this.dependenciesMap = new Map();
|
this.dependenciesMap = new Map();
|
||||||
|
|
Loading…
Reference in a new issue