-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Webpack module rule regex updated for .postcss and .pcss file ext #17
Conversation
Webpack module rule regex updated to .postcss and .css both
I've not seen this as a common pattern/file extension. Do you have a link to this recommendation? |
First I saw the .pcss and .postcss file extension here. |
Any update 👀 |
@knightly-bot build this |
This repo does not have Knightly configured yet. Please open a request issue to enable this repo in knightlyjs/tasks first. |
@knightly-bot build this |
🌒 Knightly build enabled, release every night at 00:00 UTC (skip if no change) |
Only match: - .css - .pcss - .postcss
We need this too, or at least an option to make it configurable. |
I believe you should support .pcss as it is widely used. |
.postcss extension needs to be matched for .vue files that have |
@phated Yes I have a link, official twitter PostCSS recommendation use .pcss extension for PostCSS based sources. |
Added optional .postcss and .pcss file extension regex. It's still support .css file extension.