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

Can I disable route level code-splitting #47

Closed
ghost opened this issue Aug 10, 2022 · 4 comments
Closed

Can I disable route level code-splitting #47

ghost opened this issue Aug 10, 2022 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 10, 2022

to get one js chunk in dist?

@posva
Copy link
Owner

posva commented Aug 10, 2022

It cannot be disabled yet but it's planned

@ghost
Copy link
Author

ghost commented Aug 26, 2022

Specifying VueRouter({ importMode: 'sync' }), or VueRouter({ importMode: 'async' }),
breaks both dev/build with vite, but works when omitting: VueRouter({}),

@ghost
Copy link
Author

ghost commented Aug 26, 2022

0.2.0

posva added a commit that referenced this issue Aug 27, 2022
@ghost
Copy link
Author

ghost commented Aug 27, 2022

Works in 0.2.1
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant