Skip to content

Commit

Permalink
docs(changelog): example to restore 1.x defaults (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinaren authored Aug 14, 2020
1 parent 73b9e4f commit f23e93b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ _Note that the runtime still works for any collections that have been built with
Update taskQueue default to "async". Stencil 1 default was "congestionAsync". See [config.taskQueue](https://stenciljs.com/docs/config#taskqueue) for more info.


### Restore Stencil 1 defaults
```ts
export const config: Config = {
buildEs5: 'prod',
extras: {
cssVarsShim: true,
dynamicImportShim: true,
safari10: true,
shadowDomShim: true,
}
};
```


### NodeJS Update

* **node:** minimum node 12.10.0, recommend 14.5.0 ([55331be](https://github.com/ionic-team/stencil/commit/55331be42f311a6e2a4e4f8ac13c01d28dc31613))
Expand Down

0 comments on commit f23e93b

Please sign in to comment.