Skip to content

Commit 3720ffa

Browse files
authored
Merge pull request #325 from fitzgen/update-mappings-wasm
Update lib/mappings.wasm to 0.5.0
2 parents 3181bac + 4ade41f commit 3720ffa

File tree

3 files changed

+3322
-3300
lines changed

3 files changed

+3322
-3300
lines changed

bench/bench-dom-bindings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sourceMap.SourceMapConsumer.initialize({
2-
"lib/mappings.wasm": "../lib/mappings.wasm",
2+
"lib/mappings.wasm": "../lib/mappings.wasm?bust_cache=" + String(Math.random()).replace(/0\./, ""),
33
});
44

55
function bindRange(labelId, updater) {

0 commit comments

Comments
 (0)