Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Fixed error testing in PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Apr 20, 2017
1 parent 86c0b38 commit 889a5a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function(defaults) {
var app = new EmberApp(defaults, {
// Add options here
babel: {
optional: ['es6.spec.symbols'],
includePolyfill: true
}
});

// Use `app.import` to add additional libraries to the generated
Expand Down

0 comments on commit 889a5a5

Please # to comment.