Skip to content

Commit

Permalink
remove package from transpile
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Nov 10, 2022
1 parent 745101b commit f728773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineNuxtModule({
const { resolve } = createResolver(import.meta.url);
addPlugin(resolve("./plugin"));

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

notionDeps.forEach((dep) => {
nuxt.options.build.transpile.push(dep);
Expand Down

0 comments on commit f728773

Please sign in to comment.