diff options
Diffstat (limited to 'static/js/bundle.ts')
-rw-r--r-- | static/js/bundle.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/bundle.ts b/static/js/bundle.ts index ac858c4..bb9bee7 100644 --- a/static/js/bundle.ts +++ b/static/js/bundle.ts @@ -1,4 +1,4 @@ -import { bundle } from "https://deno.land/x/emit@0.17.0/mod.ts"; +import { bundle } from "https://deno.land/x/emit@0.26.0/mod.ts"; function removeSourceMap(text): string { return text.replace(/^\/\/# sourceMappingURL.*$/gm, "").trim(); |