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
appliesTo
When running browserify from the command line, I am not able to pass through the appliesTo configuration.
browserify -t [ abc --opt1 val --appliesTo [ --includeExtensions [.html .abc] ] ] test.abc
Does anyone agree that this is this something we would want to support?
The text was updated successfully, but these errors were encountered:
By the way, I would be willing to create a PR to fix this if we can agree we want to support this.
Looking at the technical issue, this issue appears to be that when this command is run the following fact is true:
appliesTo = { includeExtensions: { '_': ['.html','.abc'] } }
Sorry, something went wrong.
No branches or pull requests
When running browserify from the command line, I am not able to pass through the
appliesTo
configuration.browserify -t [ abc --opt1 val --appliesTo [ --includeExtensions [.html .abc] ] ] test.abc
Does anyone agree that this is this something we would want to support?
The text was updated successfully, but these errors were encountered: