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
(node:2732) 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.
As of WebPack 2, passing string to parseQuery() is deprecated. In the next major version of loader-utils it will be removed. So, what about changing
@imachug I believe this another package was created to have less misleading name.
@bazilio91 I've been using this loader a lot in our company codebase. Would you mind to add me as a collaborator to make these minor fixes? Nonetheless I'll make a PRs soon you'll have time to merge/review it?
As of WebPack 2, passing string to
parseQuery()
is deprecated. In the next major version of loader-utils it will be removed. So, what about changingto
PS. I am talking about
ejs-render-loader
. BTW, do you know that https://npmjs.com/package/ejs-render-loader links toejs-compiled-loader
?The text was updated successfully, but these errors were encountered: