brk_rolldown 0.8.0

Fast JavaScript bundler in Rust, designed for the future of Vite
Documentation
---
source: crates/rolldown_testing/src/integration_test.rs
---
# Errors

## RESOLVE_ERROR

```text
[RESOLVE_ERROR] Error: Could not resolve '@vue/test-utils' in main.js
   ╭─[ main.js:1:8 ]
   │
 1 │ import '@vue/test-utils';
   │        ────────┬────────  
   │                ╰────────── Matched alias not found for '@vue/test-utils'
   │ 
   │ Help: May be you expected `resolve.alias` to call other plugins resolveId hook? see the docs https://rolldown.rs/apis/config-options#resolve-alias for more details
───╯

```