From 259b1359dbd20d4f85036ae46901a051cd8fc98b Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 8 Jul 2021 11:01:40 -0400 Subject: [PATCH] perf(): remove shims for legacy browsers no longer supported in v6 (#23592) --- core/stencil.config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/stencil.config.ts b/core/stencil.config.ts index d8adb167bd..330d22b4a3 100644 --- a/core/stencil.config.ts +++ b/core/stencil.config.ts @@ -180,12 +180,9 @@ export const config: Config = { ], buildEs5: 'prod', extras: { - cssVarsShim: true, dynamicImportShim: true, initializeNextTick: true, - safari10: true, - scriptDataOpts: true, - shadowDomShim: true, + scriptDataOpts: true }, testing: { allowableMismatchedPixels: 200,