Skip to content
This repository was archived by the owner on Jul 24, 2022. It is now read-only.

Commit 6b36d02

Browse files
committed
add global variable
1 parent bbfcce7 commit 6b36d02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/rollup.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ const globals = {
7878
// Provide global variable names to replace your external imports
7979
// eg. jquery: '$'
8080
vue: "Vue",
81+
katex: "Katex",
82+
prismjs: "Prism",
8183
};
8284

8385
// Customize configs for individual targets

0 commit comments

Comments
 (0)