Skip to content

rollupOptions.onwarn does not provide warning.id #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks done
benmccann opened this issue May 5, 2025 · 1 comment
Closed
6 tasks done

rollupOptions.onwarn does not provide warning.id #154

benmccann opened this issue May 5, 2025 · 1 comment

Comments

@benmccann
Copy link

Describe the bug

The warning.id in onwarn is not provided. We need this as part of migrating SvelteKit

Reproduction

sveltejs/kit#13747

Steps to reproduce

rollupOptions: {
  onwarn(warning) {
    // warning.id is missing here
  }
}

System Info

npmPackages:
    rolldown-vite:  6.3.5 
    rollup: ^4.14.2 => 4.30.1

Used Package Manager

pnpm

Logs

No response

Validations

@benmccann
Copy link
Author

Closing in favor of rolldown/rolldown#4427

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

No branches or pull requests

1 participant