From the README is not entirely clear what the recommended way to go about ES6 modules and dependencies is for Ember files and otherwise.
Is another gem (e.g. webpacker) required for dependency handling? What is the correct way of defining controllers/routes/models/etc files and importing them?
Thanks