Closes #19201: Include TS source with sourcemap (#19202)

This commit is contained in:
Jeremy Stretch 2025-04-15 15:42:40 -04:00 committed by GitHub
parent 1f93471659
commit 7c2776d721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,7 @@ const options = {
outdir: './dist',
bundle: true,
minify: true,
sourcemap: 'external',
sourcesContent: false,
sourcemap: 'linked',
logLevel: 'error',
};

View File

@ -33,3 +33,4 @@ gridstack/dist/gridstack.js:
* see root license https://github.com/gridstack/gridstack.js/tree/master/LICENSE
*)
*/
//# sourceMappingURL=netbox.js.map

File diff suppressed because one or more lines are too long