Skip to content

Commit f728773

Browse files
committed
remove package from transpile
1 parent 745101b commit f728773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineNuxtModule({
1212
const { resolve } = createResolver(import.meta.url);
1313
addPlugin(resolve("./plugin"));
1414

15-
const notionDeps = ["vue3-notion", "katex", "prismjs"];
15+
const notionDeps = ["katex", "prismjs"];
1616

1717
notionDeps.forEach((dep) => {
1818
nuxt.options.build.transpile.push(dep);

0 commit comments

Comments
 (0)