Fix: ReferenceError: Can't find variable: Symbol with help by
http://stackoverflow.com/a/32252058
This commit is contained in:
parent
02053d6c38
commit
ee52e75c58
1 changed files with 4 additions and 0 deletions
|
@ -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}'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue