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
Fixesryanhornberger#11
While users of this library can always add suppression for this library,
it's probably better to simply update the dependencies.
See webpack/loader-utils#56
Updating to the latest version of loader-utils and changing the line at https://github.com/ryanhornberger/nunjucks-html-loader/blob/master/index.js#L55 to
var opt = utils.getOptions(this);
fixed the deprecation warning for me locally.Thanks for the great loader!
The text was updated successfully, but these errors were encountered: