Hello
It is already possible to hook workers scripts into ember-cli build process (including watching) even it is not straightforward.
Option 1: workers does not need to reuse routines from application
Its possible to include own building tree in Brocfile.js
var webpackify = require('broccoli-webpack');