We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have pages (entry points) in src/pages directory.
src/pages
How would I create a single chunk for each page?
The text was updated successfully, but these errors were encountered:
In React you can use React.lazy. Vue also have something for it according to this page: https://sambitsahoo.com/blog/vite-code-splitting-that-works.html
Sorry, something went wrong.
No branches or pull requests
I have pages (entry points) in
src/pages
directory.How would I create a single chunk for each page?
The text was updated successfully, but these errors were encountered: