November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Mike,
I do not see any problem with this package. It may be due to bundling issue with your real js files. There may be syntax errors when minifying js files and all js content are not in bundled file. Just look in bundled file and see which js missing and fix syntax.
We switched to terser instead of uglify and this solved out issue.
.pipe(plugins.terser())
Using LigerShark.WebOptimizer v3.0.405 with EPiServer.CMS 12.28.0 and the following config:
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?