1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 06:11:23 +00:00

bundleinfo flag, minify scripts

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