Skip to content

Sonner 2.0.7#135

Closed
sadeghbarati wants to merge 13 commits into
xiaoluoboding:mainfrom
sadeghbarati:sonner-2.0.6
Closed

Sonner 2.0.7#135
sadeghbarati wants to merge 13 commits into
xiaoluoboding:mainfrom
sadeghbarati:sonner-2.0.6

Conversation

@sadeghbarati

Copy link
Copy Markdown
Contributor

No description provided.

@vercel

vercel Bot commented Jul 5, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue-sonner ❌ Failed (Inspect) Aug 3, 2025 6:51am

in order to fix Cannot find `@vitejs/plugin-vue` module or its corresponding type declarations.
…side nuxt module runtime

export PromiseIExtendedResult to make nuxt-module-builder works
@pkg-pr-new

pkg-pr-new Bot commented Jul 5, 2025

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/xiaoluoboding/vue-sonner@135

commit: ee9fe67

Comment thread src/module.ts
}

if (!nuxt.options.build.transpile) nuxt.options.build.transpile = []
const transpileList = ['vue-sonner']
transpileList.forEach((pkgName) => {
if (!nuxt.options.build.transpile.includes(pkgName))
nuxt.options.build.transpile.push(pkgName)
})
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Since we are using tsdown to transpile .vue to .js and separate the styles from vue file

I think there is no need to add vue-sonner to transpile option

Comment thread src/module.ts
@xiaoluoboding

Copy link
Copy Markdown
Owner

checkout this: #139

@sadeghbarati sadeghbarati deleted the sonner-2.0.6 branch September 14, 2025 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants