mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user