mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Added hostrequire undefined to always install all subdependencies.
This commit is contained in:
parent
d7869f5014
commit
027b0eda00
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…
Add table
Add a link
Reference in a new issue