Skip to content

Commit

Permalink
Throw if not parallelizable
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jul 17, 2018
1 parent 4fcbf18 commit a077d89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function(defaults) {
let app = new EmberAddon(defaults, {});
let app = new EmberAddon(defaults, {
'ember-cli-babel': {
throwUnlessParallelizable: true
}
});

/*
This build file specifies the options for the dummy test app of this
Expand Down

0 comments on commit a077d89

Please sign in to comment.