From f56b336915503fc23e0fee7a55c445e9c32a4533 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 14 Oct 2022 11:01:15 +0200 Subject: [PATCH] connected two entries into one --- frontend/webpack/config.prod.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/webpack/config.prod.js b/frontend/webpack/config.prod.js index 02ecff2ad..f39327fa0 100644 --- a/frontend/webpack/config.prod.js +++ b/frontend/webpack/config.prod.js @@ -82,8 +82,7 @@ const PRODUCTION_CONFIG = { //include the generated css and js files maximumFileSizeToCacheInBytes: 11000000, exclude: [ - /pages\/./, - /html\/./, + /html\/.*\.html/, /LICENSE\.txt/, /\.DS_Store/, /\.map$/,