[vite] warning: `esbuild` option was specified by "monkey:config" plugin. This option is deprecated, please use `oxc` instead.
Both esbuild and oxc options were set. oxc options will be used and esbuild options will be ignored. The following esbuild options were set: `{ supported: { 'top-level-await': true } }`
And because there is no rolldown configured to allow top await, an error will be reported when minify: false
The compression of oxc is not configured, resulting in a large output file
And because there is no
rolldownconfigured to allow topawait, an error will be reported whenminify: falseThe compression of
oxcis not configured, resulting in a large output file