H , i am new to Emberjs and is using node at the back end. So for the front end i am implementing RequireJS module pattern for security purposes, but i had problems with including ember and ember-data library as dependencies in Require.
Can anybody help to by providing an example or a better source.
Ember App Kit uses ES6 module transpiler and AMD. I recommend you use it, it’s a great way to get up and running quickly. You can also take a look at their custom resolver for module loading.