From cbba26dccd8486d49a251656554ca3556fad8600 Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Thu, 2 Nov 2023 20:32:34 -0700 Subject: [PATCH] Disabled babel sourcemaps in admin build (#18858) no issue - Reverting https://github.com/TryGhost/Ghost/commit/a96224a152c1b90f2b619760dccea67cf6cd67c3 because it didn't help but made admin builds slower --- ghost/admin/ember-cli-build.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghost/admin/ember-cli-build.js b/ghost/admin/ember-cli-build.js index 84b5f54035..bcb64a4283 100644 --- a/ghost/admin/ember-cli-build.js +++ b/ghost/admin/ember-cli-build.js @@ -83,8 +83,7 @@ module.exports = function (defaults) { babel: { plugins: [ require.resolve('babel-plugin-transform-react-jsx') - ], - sourceMaps: true + ] }, 'ember-cli-babel': { optional: ['es6.spec.symbols'],