You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Then use `npm run` or `yarn` to invoke npm scripts as you normally would.
102
102
|`klap.sourcemap`| --no-sourcemap | sourcemaps for builds |`true`|
103
103
|`klap.minify`| --no-minify | minification for builds |`true`|
104
104
|`klap.runtime`| --runtime | the runtime for new JSX transform |`react`|
105
-
|`klap.usets`| --usets | use typescript compiler for the project |`react`|
105
+
|`klap.usets`| --usets | use typescript compiler for the project |`false`|
106
106
|`klap.globals`|| global names for umd bundles |`{}`|
107
107
108
108
> `--usets` allows the library code to use typescript features not supported by `@babel/preset-typescript`. See [const-enums](examples/const-enums) example to enable usage of const enums.
0 commit comments