bundleinfo flag, minify scripts

This commit is contained in:
Jacky Zhao
2023-07-23 17:58:35 -07:00
parent 480948a78f
commit 0b769e854b
3 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import { ContentDetails } from "../../plugins/emitters/contentIndex"
import type { ContentDetails } from "../../plugins/emitters/contentIndex"
import * as d3 from "d3"
import { registerEscapeHandler, removeAllChildren } from "./util"
import { CanonicalSlug, getCanonicalSlug, getClientSlug, resolveRelative } from "../../path"