Skip to content

Commit 5b9741e

Browse files
grab wording from Docs PR
1 parent ff3be95 commit 5b9741e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BREAKING_CHANGES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ export const config: Config = {
142142

143143
##### `safari10`
144144

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`:
149149

150150
```ts
151151
// stencil.config.ts

0 commit comments

Comments
 (0)