fix: remove sourceMaps false in ember-cli-build

There was previously a bug with sourceMaps that slowed down the build.
This issue has been resolved by Ember and now we can expect the default
behavior of sourceMaps being enabled in dev and disabled in prod.
This commit is contained in:
Jai Bhagat
2022-01-03 09:42:28 -05:00
parent 74bc21e26b
commit 4d93ca67ea

View File

@@ -31,9 +31,6 @@ module.exports = function (defaults) {
},
hinting: isTest,
tests: isTest,
sourcemaps: {
enabled: false,
},
});
// Use `app.import` to add additional libraries to the generated