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
I got the following warning when I used this loader with webpack@5, but it worked fine without the exception of options passed as query string.
npm WARN [email protected] requires a peer of [email protected] - 4.x but none is installed. You must install peer dependencies yourself.
A failed test with webpack@5.
1) ejs-html-loader
options passed as query string
renders template:
Uncaught AssertionError: expected [Error: Compiling RuleSet failed: Query arguments on 'loader' has been removed in favor of the 'options' property (at ruleSet[1].rules[1].loader: ../ejs-html-loader/src/index.js?heading=togo)] to not exist
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I got the following warning when I used this loader with webpack@5, but it worked fine without the exception of
options passed as query string
.A failed test with webpack@5.
The text was updated successfully, but these errors were encountered: