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
3.0.0-beta.15
https://github.com/pranavjindal999/beta15-repro
import('module-name')
Dynamically imported module should split into a separate file and is not included in vendor bundle.
Dynamically imported module is included in vendor bundle and NO separate file is made.
The text was updated successfully, but these errors were encountered:
4db901c
Thanks for the quick fix 👍
Sorry, something went wrong.
Having this same issue in Vue CLI 4.3.1, suggestions?
No branches or pull requests
Version
3.0.0-beta.15
Reproduction link
https://github.com/pranavjindal999/beta15-repro
Steps to reproduce
import('module-name')
)What is expected?
Dynamically imported module should split into a separate file and is not included in vendor bundle.
What is actually happening?
Dynamically imported module is included in vendor bundle and NO separate file is made.
This worked fine with Vue CLI 3.0.0-beta.11 and down.
The text was updated successfully, but these errors were encountered: