Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Chunk more imports to reduce individual chunk size
Rūdolfs Ošiņš committed 3 years ago
commit a301224c586aa01457c0d33b2d1cad158ddb2275
parent ccacd824a67e28c752c9af297978ff431606e8e8
1 file changed +8 -1
modified vite.config.ts
@@ -70,7 +70,14 @@ export default defineConfig({
            "@walletconnect/client",
          ],
          cache: ["lru-cache", "@stardazed/streams"],
-
          markdown: ["katex", "dompurify", "marked", "@radicle/gray-matter"],
+
          markdown: [
+
            "@radicle/gray-matter",
+
            "dompurify",
+
            "hast-util-to-dom",
+
            "hast-util-to-html",
+
            "katex",
+
            "marked",
+
          ],
          syntax: ["@wooorm/starry-night"],
          grammarsTsx: [
            "@wooorm/starry-night/lang/source.ts.js",