Skip to content
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

fix: disable vite log filter #58

Open
wants to merge 1 commit into
base: rolldown-v6
Choose a base branch
from

Conversation

IWANABETHATGUY
Copy link

@IWANABETHATGUY IWANABETHATGUY commented Sep 19, 2024

Description

  1. rolldown warnLog only has code and message two field, so disable other log filter that use unsupported
    field, here is an example :
warnLog:  {
  code: 'UNRESOLVED_IMPORT',
  message: '\x1B[33m[UNRESOLVED_IMPORT] Warning:\x1B[0m "./src/main.jsx" is imported by "index.html", but could not be resolved – treating it as an external dependency.\n'
}
Error: [vite]: Rollup failed to resolve import "undefined" from "undefined".

@IWANABETHATGUY IWANABETHATGUY marked this pull request as ready for review September 19, 2024 10:39
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.

1 participant