The enable-source-map Element

From Documentation
Revision as of 06:03, 8 May 2024 by Hawk (talk | contribs)


The enable-source-map Element



Syntax:

<enable-source-map>true|false</enable-source-map>
[Default: false]

It specifies whether to produce source map links for browsers to load the JavaScript/TypeScript source. By default, ZK only loads *.wpd, the merged JavaScript files of the same package. One wpd file contains multiple JavaScript files. Those files are merged upon JavaScript widget packages (e.g. zk.wpd or zkbind.wpd).

DisabledSourceMap.png

When enabling it, you can open the browser developer tool to check loaded source files and help you debug.

ZK 8 and 9

A browser loads and show each JavaScript widget file under src:

Zk9SourceMap.png

ZK 10

A browser loads and show each TypeScript widget file under zk-build-utils:

Zk10SourceMap.png



Last Update : 2024/05/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.