You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
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-loaderauthors 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-utilssince 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.