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
When using sass-resources-loader I am seeing this being logged when running webpack.
(node:68309) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see webpack/loader-utils#56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
More found in this issue
I'm pretty sure this should be a simple change of updating loader-utils and changing the method from parseQuery to getOptions.
I'll try to have a PR for this soon! I just wanted to put this here first 😄
The text was updated successfully, but these errors were encountered:
Hey, I just wanted to report this issue.
When using
sass-resources-loader
I am seeing this being logged when running webpack.(node:68309) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see webpack/loader-utils#56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
More found in this issue
I'm pretty sure this should be a simple change of updating loader-utils and changing the method from parseQuery to getOptions.
I'll try to have a PR for this soon! I just wanted to put this here first 😄
The text was updated successfully, but these errors were encountered: