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
First, this is a question:
styleProcessor: function (path, ext, file, callback) {/* ... */},
The param ext is an array since it comes from this regex
ext
Is this intended?
Personally, I found this a bit counter-intuitive, since one file has one file extension - that's how path.basename() works.
path.basename()
If it's intended, I think it should be added to the docs / README.
The text was updated successfully, but these errors were encountered:
No this is not intended. Would you please make a PR for the same ?
Sorry, something went wrong.
No branches or pull requests
First, this is a question:
The param
ext
is an array since it comes from this regexIs this intended?
Personally, I found this a bit counter-intuitive, since one file has one file extension - that's how
path.basename()
works.If it's intended, I think it should be added to the docs / README.
The text was updated successfully, but these errors were encountered: