Skip to content

Commit c0aff38

Browse files
committed
Change target to ES2018
1 parent 767e5ff commit c0aff38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
portal. The new `SkeletonTheme` does work in this case.
1414
- `SkeletonTheme`: rename the `color` prop to `baseColor`
1515
- Convert to TypeScript
16-
- Publish code as ES2015
16+
- Publish code as ES2018 to reduce bundle size
1717
- Require React >= 16.8.0
1818
- Drop Internet Explorer support
1919

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
/* Language and Environment */
4-
"target": "ES2015",
4+
"target": "ES2018",
55
"jsx": "react",
66

77
/* Modules */

0 commit comments

Comments
 (0)