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
Some features are not working with the new css-loader@7 import syntax: import * as style from "./style.css"; https://github.com/webpack-contrib/css-loader/releases/tag/v7.0.0
import * as style from "./style.css";
I'm aware of the option to restore v6 behavior, but supporting this as well will be great!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some features are not working with the new css-loader@7 import syntax:
import * as style from "./style.css";
https://github.com/webpack-contrib/css-loader/releases/tag/v7.0.0
I'm aware of the option to restore v6 behavior, but supporting this as well will be great!
The text was updated successfully, but these errors were encountered: