Skip to content

Commit

Permalink
Have babel build the SMs
Browse files Browse the repository at this point in the history
  • Loading branch information
chadhietala committed Sep 1, 2015
1 parent cc80e8e commit d07f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/broccoli/ember-app.js
Expand Up @@ -201,7 +201,7 @@ EmberApp.prototype._initOptions = function(options, isProduction) {
extensions: ['js']
}, defaults);

this.options.babel.sourceMaps = this.options.sourcemaps.enabled;
this.options.babel.sourceMaps = this.options.sourcemaps.enabled ? 'inline' : false;

this.options.trees = merge(this.options.trees, {
app: new WatchedDir('app'),
Expand Down

0 comments on commit d07f834

Please sign in to comment.