Skip to content

Commit

Permalink
Add a specific prefix for sourcemap sources
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Feb 18, 2024
1 parent 99b53dc commit 9f82c26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public Task resolve(Project project, Config config) {
// TODO optional/stretch-goal find first change in the list, so we can keep old prefix of bundle output

SourceMapGeneratorV3 sourceMapGenerator = new SourceMapGeneratorV3();
sourceMapGenerator.setSourceRoot("sources");

// track hashes as we go along, to name the js and sourcemap files
Murmur3F jsHash = new Murmur3F();
Expand Down

0 comments on commit 9f82c26

Please sign in to comment.