vendredi 8 mai 2020

How do I load Require.JS developed modules in an Ember.JS application?

I am trying to integrate a third-party library developed with Require.JS into a new Ember.JS application. I have looked at addons like ember-cli-amd and ember-auto-import but I cannot figure out how to make them work for a library loaded like so

<script data-main="jslib/app/LibConfig" type="text/javascript" src="jslib/modules/require.js"></script>



Aucun commentaire:

Enregistrer un commentaire