Skip to content

Commit

Permalink
chore(test): remove deprecated options from the 'hello world' app (#4252
Browse files Browse the repository at this point in the history
)

A few of these slipped by when we marked them as deprecated a while ago
(#3894, #3895, #3898, #3899).
  • Loading branch information
alicewriteswrongs committed Apr 11, 2023
1 parent 1cd079c commit 2136679
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/hello-world/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export const config: Config = {
hydratedFlag: null,
hashFileNames: false,
extras: {
cssVarsShim: false,
dynamicImportShim: false,
safari10: false,
scriptDataOpts: false,
shadowDomShim: false,
},
};

0 comments on commit 2136679

Please sign in to comment.