diff options
Diffstat (limited to '')
-rw-r--r-- | docs/bundler/loaders.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bundler/loaders.md b/docs/bundler/loaders.md index c15ce926f..d013913d6 100644 --- a/docs/bundler/loaders.md +++ b/docs/bundler/loaders.md @@ -16,7 +16,7 @@ Parses the code and applies a set of default transforms, like dead-code eliminat **JavaScript + JSX.**. Default for `.js` and `.jsx`. -Same as the `js` loader, but JSX syntax is supported. By default, JSX is downconverted to plain JavaScript; the details of how this is done depends on the `jsx*` compiler options in your `tsconfig.json`. Refer to the TypeScript documentation [on JSX](https://www.typescriptlang.org/docs/handbook/jsx.html) for more information. +Same as the `js` loader, but JSX syntax is supported. By default, JSX is down-converted to plain JavaScript; the details of how this is done depends on the `jsx*` compiler options in your `tsconfig.json`. Refer to the TypeScript documentation [on JSX](https://www.typescriptlang.org/docs/handbook/jsx.html) for more information. ### `ts` |