Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Mar 3, 2024
1 parent 3260054 commit c4f79c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/manual/18 Rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ Module preloading can be disabled by setting `preload_dependencies: false` in th
UIX transpiles and minifies each TypeScript module individually.
Modules are not bundled.

You can disable minification by setting `minify_js: false` in the `app.dx` configuration file.
You can disable minification by setting `minify_js: false` in the `app.dx` configuration file.

# Source Maps

Source maps are enabled for the `dev` stage per default and disabled for other stages.
You can explicitly enable or disable source maps by setting the `source_maps` configuration option in the `app.dx` file.

0 comments on commit c4f79c2

Please sign in to comment.