diff --git a/ember-cli-build.js b/ember-cli-build.js index ef736de..2d269a2 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -5,8 +5,9 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon'); module.exports = function (defaults) { const app = new EmberAddon(defaults, { 'ember-bootstrap': { - bootstrapVersion: 4, - importBootstrapCSS: true, + bootstrapVersion: 5, + importBootstrapCSS: false, + insertEmberWormholeElementToDom: false, }, }); diff --git a/tests/dummy/app/index.html b/tests/dummy/app/index.html index 8c195bc..127c8df 100644 --- a/tests/dummy/app/index.html +++ b/tests/dummy/app/index.html @@ -15,7 +15,7 @@ {{content-for "body"}} - +