From 53ed2ce461349ffb3b87dd51ed52c9c43272d184 Mon Sep 17 00:00:00 2001 From: M-ZubairAhmed Date: Thu, 13 Apr 2023 08:31:35 +0530 Subject: [PATCH] MM-52093 : Revert back the 'global-style' npmrc config (#22901) "global-styles" was added to hoist fewer dependencies from packages to the root node_modules and was initially intended to fix some issues with mismatched dependency versions in the Boards unit tests. However, it was found to be causing problems when the same version of dependencies was used across the products. --- webapp/.npmrc | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/.npmrc b/webapp/.npmrc index 7f56c3b1a7..1b78f1c6f2 100644 --- a/webapp/.npmrc +++ b/webapp/.npmrc @@ -1,3 +1,2 @@ save-exact=true legacy-peer-deps=true -global-style=true