From 0f812fc6a0cc7051c717682b9d8472bd0f79e09b Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sun, 4 Apr 2021 02:08:17 +0100 Subject: [PATCH] refactor: remove typo in webpack plugin --- src/webpack-plugin/processors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack-plugin/processors.js b/src/webpack-plugin/processors.js index 71f2a0e..69b8810 100644 --- a/src/webpack-plugin/processors.js +++ b/src/webpack-plugin/processors.js @@ -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); }, }, };