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
Hi there,
I am working on a loader that needs to compile an array of loaders and options into one string.
I've noticed that vue-loader authors have implemented similar functionality in their code base: vue-loader/lib/loader.js.
vue-loader
I am wondering if this is something that could be part of loader-utils since it could be a helpful function for other loaders as well?
loader-utils
I can create a PR with tests if there will be a need for this helper function.
The text was updated successfully, but these errors were encountered:
I second this. Would you like to create a PR?
Sorry, something went wrong.
PR welcome
Now the config loaders is moved to use, maybe the name should be sth like stringifyUseEntries, and assume the param to be UseEntry[]?
loaders
use
stringifyUseEntries
@ljqx we can discuss about name in a PR, feel free to send a PR
feature: stringify loader object - fixes webpack#95
b140c4e
No branches or pull requests
Hi there,
I am working on a loader that needs to compile an array of loaders and options into one string.
I've noticed that
vue-loader
authors have implemented similar functionality in their code base: vue-loader/lib/loader.js.I am wondering if this is something that could be part of
loader-utils
since it could be a helpful function for other loaders as well?I can create a PR with tests if there will be a need for this helper function.
The text was updated successfully, but these errors were encountered: