From ed132cf5d0378dc8bfc5f96adb8b7e13bcd4b66d Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 19 Jul 2022 17:43:05 -0700 Subject: Remove unused craco config --- modern/craco.config.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modern/craco.config.js (limited to 'modern') diff --git a/modern/craco.config.js b/modern/craco.config.js deleted file mode 100644 index 32971f24..00000000 --- a/modern/craco.config.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - webpack: { - configure: (webpackConfig) => { - const scopePluginIndex = webpackConfig.resolve.plugins.findIndex( - ({ constructor }) => constructor && constructor.name === 'ModuleScopePlugin', - ); - - webpackConfig.resolve.plugins.splice(scopePluginIndex, 1); - return webpackConfig; - }, - }, -}; -- cgit v1.2.3