Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin overrides rollup manualChunks options #119

Open
Ask1n opened this issue Mar 1, 2024 · 1 comment
Open

plugin overrides rollup manualChunks options #119

Ask1n opened this issue Mar 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Ask1n
Copy link

Ask1n commented Mar 1, 2024

this code overrides the project settings in nuxt config

nuxt-swiper/src/module.ts

Lines 117 to 124 in ab323dc

config.build.rollupOptions.output = {
...config.build.rollupOptions.output,
manualChunks: (id) => {
if (id.includes('/node_modules/swiper')) {
return 'swiper-vue'
}
}
}

@cpreston321 cpreston321 added the bug Something isn't working label Mar 15, 2024
@cpreston321
Copy link
Owner

This will be fixed in the #109, Swiper Vue is being deprecated soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants