egoist / rollup-plugin-esbuild

Use ESBuild with Rollup to transform ESNext and TypeScript code.
MIT License
630 stars 41 forks source link

Vite Plugin type error #373

Closed lixiaofa closed 1 year ago

lixiaofa commented 1 year ago

Describe the bug: image

sxzz commented 1 year ago

We just upgraded to Rollup 4, but Vite 4 is using Rollup 3. So there's a type error. But it won't break our plugin. Just add @ts-ignore or as any.