Skip to content

Commit

Permalink
Merge pull request #34 from zernonia/fix-nuxt-module-error
Browse files Browse the repository at this point in the history
remove package from transpile
  • Loading branch information
zernonia authored Nov 10, 2022
2 parents 745101b + f728773 commit e121186
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

2 comments on commit e121186

@vercel
Copy link

@vercel vercel bot commented on e121186 Nov 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue3-notion – ./demo/nuxt

vue3-notion.vercel.app
vue3-notion-git-master-zernonia.vercel.app
vue3-notion-zernonia.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e121186 Nov 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.