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
vue-loader and postcss-loader both have support to read postcss.config.js.
vue-loader
postcss-loader
postcss.config.js
postcss-loader has support for config.path to put the postcss.config.js in a custom location.
config.path
However, vue-loader currently does not.
Once the support exists, move the location of this config file for consistency.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vue-loader
andpostcss-loader
both have support to readpostcss.config.js
.postcss-loader
has support forconfig.path
to put thepostcss.config.js
in a custom location.However,
vue-loader
currently does not.Once the support exists, move the location of this config file for consistency.
The text was updated successfully, but these errors were encountered: