DEV: Enable ember-template-imports sourcemaps (#30825)

This improves the developer experience, and also happens to workaround
https://github.com/embroider-build/content-tag/issues/92 in our
production builds.
This commit is contained in:
David Taylor
2025-01-16 22:42:34 +00:00
committed by GitHub
parent f942599ce1
commit 3389974563

View File

@ -37,6 +37,9 @@ module.exports = function (defaults) {
"ember-qunit": {
insertContentForTestBody: false,
},
"ember-template-imports": {
inline_source_map: true,
},
sourcemaps: {
// There seems to be a bug with broccoli-concat when sourcemaps are disabled
// that causes the `app.import` statements below to fail in production mode.