Skip sourcemap generation when unaffected by changes in watch mode (#800)

This commit is contained in:
Filip Tibell
2023-10-13 10:38:21 -05:00
committed by GitHub
parent 1caf9446d8
commit e897f524dc
2 changed files with 45 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
# Rojo Changelog
## Unreleased Changes
* Changed `sourcemap --watch` to only generate the sourcemap when it's necessary ([#800])
[#800]: https://github.com/rojo-rbx/rojo/pull/800
## [7.4.0-rc2] - October 3, 2023
* Fixed bug with parsing version for plugin validation ([#797])