mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:08:57 +08:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user