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
Do you want to request a feature or report a bug?
Bug
What is the current behavior? Although this might be intended, it might not be correct to require certain files such as Javascript files from CSS.
If the current behavior is a bug, please provide the steps to reproduce. See this repo for more information: https://github.com/darrenscerri/webpack-extract-text-plugin-empty-require-error.
Related issues: webpack/webpack#4541 webpack-contrib/extract-text-webpack-plugin#465
The text was updated successfully, but these errors were encountered:
@darrenscerri Problem still exists?
Sorry, something went wrong.
Confirm. Input:
a { background-image: url(""); }
Output:
a { background-image: url("https://example.com/"); }
url()
Not related to css-loader. Information:
css-loader
style-loader
cssnano
url("")
url(.)
michael-ciniawsky
No branches or pull requests
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Although this might be intended, it might not be correct to require certain files such as Javascript files from CSS.
If the current behavior is a bug, please provide the steps to reproduce.
See this repo for more information: https://github.com/darrenscerri/webpack-extract-text-plugin-empty-require-error.
Related issues:
webpack/webpack#4541
webpack-contrib/extract-text-webpack-plugin#465
The text was updated successfully, but these errors were encountered: