remove dead configuration
ember-auto-import is not used and it's configuration should be under `autoImport` and not `ember-auto-import` key.
This commit is contained in:
parent
bb160cc503
commit
400cf9f9fc
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ module.exports = function(defaults) {
|
|||
'buildInfoOptions': {
|
||||
'metaTemplate': 'version={SEMVER}'
|
||||
},
|
||||
'ember-auto-import': {
|
||||
forbidEval: true,
|
||||
},
|
||||
'ember-bootstrap': {
|
||||
importBootstrapCSS: false,
|
||||
'bootstrapVersion': 3,
|
||||
|
|
Loading…
Reference in a new issue