refactor: remove typo in webpack plugin
This commit is contained in:
parent
767c83706b
commit
0f812fc6a0
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
if (!value) {
|
||||
return path.join(CWD, 'node_modules', 'filer', 'shims', 'providers');
|
||||
}
|
||||
return value.replace(ROOT_DIR_TAG, CWD);validateOptions
|
||||
return value.replace(ROOT_DIR_TAG, CWD);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue