Skip to content

Commit

Permalink
Update compile_option.md
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Aug 26, 2024
1 parent 7b3c1a9 commit 834b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/compile_option.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@asyncapi/generator": minor
---

Add compile option to enable rerun of transpilation for react templates
Add `compile` option to enable rerun of transpilation of templates build with react engine. It is set to `true` by default. In future major releases it will be set to `false` and we will explain how to publish template to include transpilation files by default. Transpiled files are already included in [`html-template`](https://github.com/asyncapi/html-template/pull/575). It means that you can run generator for `html-template` (it's latest version) with `compile=false` and this will improve the speed of HTML generation for you.

0 comments on commit 834b3cc

Please sign in to comment.