ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

Use rollup to build the injection scripts for the browser

Open mansona opened this issue 6 months ago • 0 comments
trafficstars

Right now we are building scripts that are injected into the browser with ember-cli, which means that the module system for those scripts is AMD. Going forward (in Vite) Ember will not be relying on AMD for modules so we should upgrade the injection scripts to follow the same pattern.

This is not intended to be a breaking change, but it will allow us to unlock top-level await support for async loading of real modules

mansona avatar May 20 '25 08:05 mansona