diff --git a/nodes/utils/index.js b/nodes/utils/index.js index 5e288a1f2..c16ebafd3 100644 --- a/nodes/utils/index.js +++ b/nodes/utils/index.js @@ -72,7 +72,7 @@ function getThirdPartyWidgets (directory) { package: packageJson.name, name: widgetName, src: widgetConfig.output, - path: path.resolve(path.join(directory)), + path: path.resolve(directory), component: widgetConfig.component } })