simplified webpack file

This commit is contained in:
Wyatt Johnson
2017-06-08 16:53:22 -06:00
parent a9a24b96c0
commit 399f1e7458
2 changed files with 62 additions and 39 deletions
+1
View File
@@ -84,6 +84,7 @@ function pluginPath(name) {
try {
return resolve.sync(name, {moduleDirectory: 'plugins', basedir: process.cwd()});
} catch (e) {
console.warn(e);
return undefined;
}
}