Skip to content

Commit

Permalink
grab wording from Docs PR
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Dec 19, 2022
1 parent d55ead4 commit 8a45738
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ export const config: Config = {

##### `safari10`

The `extras.safari10` option actives a patch for ES module support in Safari10.
In Stencil v3.0.0 the field is renamed to `__deprecated__safari10` to indicate
deprecation. To retain the prior behavior the new option can be set in your
project's `stencil.config.ts`:
If `extras.safari10` is set to `true` the Stencil runtime will patch ES module
support for Safari 10. In Stencil v3.0.0 the field is renamed to
`__deprecated__safari10` to indicate deprecation. To retain the prior behavior
the new option can be set in your project's `stencil.config.ts`:

```ts
// stencil.config.ts
Expand Down

0 comments on commit 8a45738

Please sign in to comment.