Skip to content

Add support for the automatic dev runtime #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 18, 2022
Prev Previous commit
Next Next commit
Update readme.md
Co-authored-by: Titus <tituswormer@gmail.com>
  • Loading branch information
remcohaszing and wooorm authored May 17, 2022
commit 9585e87e67eb1b11f0ce1008ce3532a9a28077ba
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ Note that `/jsx-runtime` is appended to this provided source.

##### `options.development`

If the automatic runtime is used, this compiles JSX into automatic runtime
development mode (`boolean`, default: `false`).
Add location info on where a component originated from (`boolean`, default:
`false`).
This helps debugging but adds a lot of code that you don’t want in production.
Only used when `filePath` is and in the automatic runtime.

###### `options.filePath`

Expand Down