From 21366798e9fdf788dbc981f06a3de339b8dbcf95 Mon Sep 17 00:00:00 2001 From: Alice Date: Tue, 11 Apr 2023 13:56:23 -0400 Subject: [PATCH] chore(test): remove deprecated options from the 'hello world' app (#4252) A few of these slipped by when we marked them as deprecated a while ago (#3894, #3895, #3898, #3899). --- test/hello-world/stencil.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/hello-world/stencil.config.ts b/test/hello-world/stencil.config.ts index d74079fc234..6009aeaeae3 100644 --- a/test/hello-world/stencil.config.ts +++ b/test/hello-world/stencil.config.ts @@ -15,10 +15,6 @@ export const config: Config = { hydratedFlag: null, hashFileNames: false, extras: { - cssVarsShim: false, - dynamicImportShim: false, - safari10: false, scriptDataOpts: false, - shadowDomShim: false, }, };