Skip to content

Commit 8cf4894

Browse files
committed
phantomjs needs includePolyfill: true
1 parent 0465906 commit 8cf4894

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ember-cli-build.js

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ module.exports = function(defaults) {
1313

1414
emberCliFontAwesome: {
1515
useScss: true
16+
},
17+
18+
babel: {
19+
includePolyfill: true
1620
}
1721
});
1822

0 commit comments

Comments
 (0)