refactor: remove typo in webpack plugin

This commit is contained in:
Ben Heidemann 2021-04-04 02:08:17 +01:00 committed by David Humphrey
parent 767c83706b
commit 0f812fc6a0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
},
},
};