Skip to content

Commit

Permalink
Set static flags
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 1, 2025
1 parent bc4c0d7 commit 7434c11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ module.exports = function (defaults) {
const { Webpack } = require('@embroider/webpack');

return require('@embroider/compat').compatBuild(app, Webpack, {
staticAddonTestSupportTrees: true,
staticAddonTrees: true,
staticHelpers: true,
staticModifiers: true,
staticComponents: true,
staticEmberSource: true,
packageRules: [
{
package: 'test-app',
Expand Down

0 comments on commit 7434c11

Please sign in to comment.