Axe

Results 37 comments of Axe

I believe you can simply append your `rollupOptions` to the root vite config. Vite will respect your config and merge all the configs.

fyi the package version 5.x support vite 6.x, 4.x support vite 5.x

Hi @y-nk , thanks for your understanding. My daily job is indeed extremely busy in the past years. but this little package are used and running fine in my own...

I will definitely find some time to resolve these issues. However, I cant guarantee a time frame. maybe during xmas break.

it's supported in version 5.0.1

Hi Sven @xtuc , can you please take a look this please? it could break any project using webpack and esm building tool. Thanks

you can simply config rollup in your vite.config.ts file, something like this: ``` build: { rollupOptions: { output: { manualChunks: undefined, }, }, }, ```