Skip to content

Commit

Permalink
better config?
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Apr 30, 2024
1 parent 54939d3 commit a620ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
module.exports = function (defaults) {
const app = new EmberApp(defaults, {
tests: false,
hinting: false,
});

const { Webpack } = require('@embroider/webpack');
return require('@embroider/compat').compatBuild(app, Webpack, {
staticAddonTestSupportTrees: true,
staticAddonTrees: true,
staticHelpers: true,
staticModifiers: true,
Expand Down

0 comments on commit a620ce7

Please sign in to comment.