Skip to content

Commit

Permalink
Add staticHelpers setting for embroider
Browse files Browse the repository at this point in the history
  • Loading branch information
elwayman02 committed Oct 11, 2023
1 parent 4923a3c commit db54208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = function (defaults) {
const { maybeEmbroider } = require('@embroider/test-setup');
return maybeEmbroider(app, {
staticComponents: false,
staticHelpers: false,
skipBabel: [
{
package: 'qunit',
Expand Down

0 comments on commit db54208

Please sign in to comment.