-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
fix: the base is duplicated in importAnalysisBuild.ts
#4740
Conversation
importAnalysisBuild.ts
I think we can add some test cases to prevent regression. |
@crcong Yes, there may be a lack of test cases, which is a small problem caused by the time difference of PR. |
@patak-js I fixed the problem of dynamically importing css test cases. Now the test cases can correctly judge whether css is successfully imported. |
This is a serious bug that seems to affect more and more people who use dynamically imported .css files. @patak-js |
Description
Fix a problem that the base is duplicated when importing css files dynamically.
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).