Hi Vinnoh,
Sorry fot the late response. The js files are bundled as follows:
bundles.Add(new ScriptBundle("~/bundles/common-scripts").Include(
"~/Scripts/jquery-3.3.1.min.js",
"~/Scripts/jsrender.min.js",
"~/Scripts/ej/ej.web.all.min.js",
"~/Scripts/ej.culture.en-US.min.js",
"~/Scripts/ej.culture.es-ES.min.js",
"~/Scripts/ej.culture.pt-BR.min.js",
"~/Scripts/ej/ej.unobtrusive.min.js",
"~/Assets/Plugins/sweet-alert/sweetalert.min.js",
"~/Assets/Plugins/toastr/toastr.min.js"
));
I tested isolating the "ej/ej.web.all.min.js" in a bundle to see if something changes but it seems that whatever I include this file the error occurs.
Best regards,