Fix: ReferenceError: Can't find variable: Symbol with help by

http://stackoverflow.com/a/32252058
This commit is contained in:
jelhan 2016-01-29 11:30:20 +01:00
parent 02053d6c38
commit ee52e75c58

View file

@ -8,6 +8,10 @@ module.exports = function(defaults) {
var trees = [];
var app = new EmberApp({
babel: {
optional: ['es6.spec.symbols'],
includePolyfill: true
},
'buildInfoOptions': {
'metaTemplate': 'version={SEMVER}'
}