Uncaught Error: Mismatched anonymous define() module: function(){"function"!=typeof Promise&&function(e){function t(e,t){return function(){e.apply(t,arguments)}}function i(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new")
...
http://requirejs.org/docs/errors.html#mismatch
at makeError (require.js:168:17)
at intakeDefines (require.js:1254:36)
at require.js:1452:25
Hi,
Is there any reason why CSS and JS dependencies should not be loaded in the following way?
That would allow to minimize the number of render-blocking resources with potential saving of 150 ms.
Even though both CSS and JS deferring have no impact in image_cropper behaviour, deferring the loading of "https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.min.js" shows a JS error that I would like to avoid:
Could you please share your thoughts?
Thanks.
Best Regards.