London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?