Is there any documentation about how to load the plugin from a CDN?
I am trying this
<script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/require-text/2.0.12/text.js"></script>
and in the console I am getting this error
Error: Mismatched anonymous define() module: function (module) {...
It is hard to find how to load the plugins, it will be nice if requirejs can add them in the .config
Thanks for the help
Is there any documentation about how to load the plugin from a CDN?
I am trying this
and in the console I am getting this error
Error: Mismatched anonymous define() module: function (module) {...It is hard to find how to load the plugins, it will be nice if
requirejscan add them in the.configThanks for the help