mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
simplified webpack file
This commit is contained in:
@@ -84,6 +84,7 @@ function pluginPath(name) {
|
||||
try {
|
||||
return resolve.sync(name, {moduleDirectory: 'plugins', basedir: process.cwd()});
|
||||
} catch (e) {
|
||||
console.warn(e);
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user