-
Notifications
You must be signed in to change notification settings - Fork 54
keepImport #65
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
keepImport #65
Conversation
Enable loading CSS from external deps
@morulus could you rebase your PR on new |
@morulus only one test case is failing. There is a problem with |
@michalkvasnicak No. A local test fails too. I did rebase. Local test still fails. And not only extensions. I got multiple fails. First look like lost files
The second is strange
As if it compares the text with special characters. A total of 10 errors. |
@morulus I'm sorry, I'll take a look on this on Weekend. |
@michalkvasnicak Thanks. I was busy a lot all week and will be busy the next, so you can take your time. |
@morulus released as |
@michalkvasnicak Good news! Thanks. |
I worked with a situation when I need to precompile css-modules, but keeping the ability to use css-loader later.
With option
keepImport
we got the same result, but all import statements (or require expr.) stay kept.But there are some difficulties with the tests - they do not work by default. Is this normal?