Embroider

tags:  javascript, emberjs, embroider

Usual issues with Embroider

  • Handling sourcemaps with EmbroiderHandling sourcemaps with Embroider
    Context

    In EmberJS, they have replaced Broccoli compilating library for Embroider that uses Webpack internally.

    Problem

    The interface for handling source maps in the EmberJS builder has ...