We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I've set importLoaders to use postcss at url. It works with webpack < 2.1 but now it use options param, but getImportPrefix function does not understand this param and use only query (request) property (https://github.com/webpack-contrib/css-loader/blob/master/lib/getImportPrefix.js#L12).
Query property doesn't include some options of the imported loader
The text was updated successfully, but these errors were encountered:
@artemkaint Do you also have a fix in mind ?
Sorry, something went wrong.
this is a frustrating one :/ Shouldn't it use ident and a string placeholder like is down elsewhere for stringifying loader requests?
ident
@jquense Not sure tbh I need to look at it first, but if you think you have some a (rough) solution please send PR 😛
Use ident. Some webpack version was affected this bug
webpack
michael-ciniawsky
No branches or pull requests
I've set importLoaders to use postcss at url. It works with webpack < 2.1 but now it use options param, but getImportPrefix function does not understand this param and use only query (request) property (https://github.com/webpack-contrib/css-loader/blob/master/lib/getImportPrefix.js#L12).
Query property doesn't include some options of the imported loader
The text was updated successfully, but these errors were encountered: