Commit 5b9741e 1 parent ff3be95 commit 5b9741e Copy full SHA for 5b9741e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ export const config: Config = {
142
142
143
143
##### ` safari10 `
144
144
145
- The ` extras.safari10 ` option actives a patch for ES module support in Safari10.
146
- In Stencil v3.0.0 the field is renamed to ` __deprecated__safari10 ` to indicate
147
- deprecation. To retain the prior behavior the new option can be set in your
148
- project's ` stencil.config.ts ` :
145
+ If ` extras.safari10 ` is set to ` true ` the Stencil runtime will patch ES module
146
+ support for Safari 10. In Stencil v3.0.0 the field is renamed to
147
+ ` __deprecated__safari10 ` to indicate deprecation. To retain the prior behavior
148
+ the new option can be set in your project's ` stencil.config.ts ` :
149
149
150
150
``` ts
151
151
// stencil.config.ts
You can’t perform that action at this time.
0 commit comments