mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
[Reprise] Rename rollupOptions to rolldownOptions (#1544)
Just a quick update on the `post-install.txt`, I've just seen https://vite.dev/config/build-options#build-rollupoptions is deprecated in favor of `build.rolldownOptions`
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
rollupOptions: {
|
||||
// On Vite 7 or older, use `rollupOptions` instead
|
||||
rolldownOptions: {
|
||||
input: {
|
||||
app: './assets/app.js',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user