Skip to content

Commit f23e93b

Browse files
authoredAug 14, 2020
docs(changelog): example to restore 1.x defaults (#2637)
1 parent 73b9e4f commit f23e93b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ _Note that the runtime still works for any collections that have been built with
3232
Update taskQueue default to "async". Stencil 1 default was "congestionAsync". See [config.taskQueue](https://stenciljs.com/docs/config#taskqueue) for more info.
3333

3434

35+
### Restore Stencil 1 defaults
36+
```ts
37+
export const config: Config = {
38+
buildEs5: 'prod',
39+
extras: {
40+
cssVarsShim: true,
41+
dynamicImportShim: true,
42+
safari10: true,
43+
shadowDomShim: true,
44+
}
45+
};
46+
```
47+
48+
3549
### NodeJS Update
3650

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

0 commit comments

Comments
 (0)
Failed to load comments.