We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767e5ff commit c0aff38Copy full SHA for c0aff38
CHANGELOG.md
@@ -13,7 +13,7 @@
13
portal. The new `SkeletonTheme` does work in this case.
14
- `SkeletonTheme`: rename the `color` prop to `baseColor`
15
- Convert to TypeScript
16
-- Publish code as ES2015
+- Publish code as ES2018 to reduce bundle size
17
- Require React >= 16.8.0
18
- Drop Internet Explorer support
19
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
/* Language and Environment */
4
- "target": "ES2015",
+ "target": "ES2018",
5
"jsx": "react",
6
7
/* Modules */
0 commit comments