We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53496a0 commit e55d1caCopy full SHA for e55d1ca
index.js
@@ -39,7 +39,7 @@ const operator = {
39
const modulePath = path.join(webpackContext.context, currentPath.path);
40
delete require.cache[require.resolve(modulePath)];
41
const moduleData = (currentPath.methodName)? require(modulePath)[currentPath.methodName] : require(modulePath);
42
- webpackContext.addDependency(modulePath)
+ webpackContext.addDependency(modulePath);
43
return Object.assign(accumulator, moduleData);
44
}, {});
45
},
0 commit comments