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.
So, I understand that the getOptions is provided instead of the getLoaderConfig and parseQuery, in new version.
But I hope that the parseQuery is exported by new version also because that is useful for parsing other query strings e.g. context.resourceQuery.
loader-utils still has the parseQuery, and we can import it by
Hi, thank you for the useful tool.
So, I understand that the
getOptionsis provided instead of thegetLoaderConfigandparseQuery, in new version.But I hope that the
parseQueryis exported by new version also because that is useful for parsing other query strings e.g.context.resourceQuery.loader-utils still has the
parseQuery, and we can import it byOf course I know this is not good way.
I hope that the loader-utils exports the
parseQueryand supports it.