8000
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
To allow the postcss-import add dependencies to webpack, it should accept some options like:
postcss-import
{ addDependencyTo: webpack }
So the vue-loader should also allow the postcss options be a function(webpack): [], just like postcss-loader.
vue-loader
function(webpack): []
The text was updated successfully, but these errors were encountered:
Sounds right, feel free to submit a PR for this! https://github.com/vuejs/vue-loader/blob/master/lib/style-rewriter.js#L39-L41
Sorry, something went wrong.
allow postcss options to be a function and close issue vuejs#106
10a77fd
Merge pull request #108 from TerenceZ/master
9416ae9
Allow postcss options to be a function and close issue #106
Shipped in 7.4.0
No branches or pull requests
To allow the
postcss-import
add dependencies to webpack, it should accept some options like:So the
vue-loader
should also allow the postcss options be afunction(webpack): []
, just like postcss-loader.The text was updated successfully, but these errors were encountered: