deps: only include required component of Ember Boostrap in build

This reduced the vendor.js size from 1.54 MB (395.39 KB gzipped)
to 1.48 MB (385.52 KB gzipped).
This commit is contained in:
Jeldrik Hanschke 2019-01-03 00:16:19 +01:00 committed by jelhan
parent dad9fbddf0
commit 2def069142

View file

@ -13,7 +13,8 @@ module.exports = function(defaults) {
'ember-bootstrap': {
importBootstrapCSS: false,
'bootstrapVersion': 3,
'importBootstrapFont': true
'importBootstrapFont': true,
whitelist: ['bs-alert', 'bs-button', 'bs-button-group', 'bs-form', 'bs-modal'],
},
'ember-cli-babel': {
includePolyfill: true