diff --git a/lib/Service.js b/lib/Service.js index 84a2f857b..da53bd78a 100644 --- a/lib/Service.js +++ b/lib/Service.js @@ -189,7 +189,7 @@ module.exports = class Service { } plugins = plugins.concat(files.map(file => ({ id: `local:${file}`, - apply: loadModule(file, this.pkgContext) + apply: loadModule(`./${file}`, this.pkgContext) }))) }