Skip to content

Commit

Permalink
generating new app with --embroider use all flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Sep 8, 2023
1 parent 9e70200 commit 0cc7299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blueprints/app/files/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ module.exports = function (defaults) {

<% if (embroider) { %>const { Webpack } = require('@embroider/webpack');
return require('@embroider/compat').compatBuild(app, Webpack, {
staticAddonTestSupportTrees: true,
staticAddonTrees: true,
staticHelpers: true,
staticModifiers: true,
staticComponents: true,
staticEmberSource: true,
skipBabel: [
{
package: 'qunit',
Expand Down

0 comments on commit 0cc7299

Please sign in to comment.