From 9030aa2817c143ed4b1348a66a5e887c4077384b Mon Sep 17 00:00:00 2001 From: vitorsemeano Date: Sun, 18 Oct 2020 21:29:38 +0100 Subject: [PATCH] copy configs removed from webpack config --- webpack.common.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webpack.common.js b/webpack.common.js index 4a401501e0..61efd4c5a5 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -15,10 +15,6 @@ module.exports = { new CleanWebpackPlugin(), new CopyPlugin({ patterns: [ - { - from: 'config*.json', - to: '' - }, { from: 'themes/', to: 'themes/'