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 a similar error "webpack_require is not defined" after updating to the latest package (simple ASP.NET core web site). Guess it tries to process dependencies in already minified site template js file and produces an incorrect bundle? Rolled back to version 3.0.384 which works. Had to clear the cache folder and force refresh the browser.
Using LigerShark.WebOptimizer v3.0.405 with EPiServer.CMS 12.28.0 and the following config:
"webOptimizer": {
"enableTagHelperBundling": true
}
In a browser we get the error:
Uncaught Error: Cannot find module
What can I add or where can I look to get an idea of what the problem is?
When it's set to False - it works and doesn't bundle the files and we see no errors - only happens when it's bundled.
The text was updated successfully, but these errors were encountered: