bundleinfo flag, minify scripts

This commit is contained in:
Jacky Zhao
2023-07-23 17:58:35 -07:00
parent 8679923607
commit c3a9956ee2
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"