Skip to content

Commit 6fd3d45

Browse files
committed
Add staticHelpers setting for embroider
1 parent 8983631 commit 6fd3d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ember-cli-build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = function (defaults) {
1717
const { maybeEmbroider } = require('@embroider/test-setup');
1818
return maybeEmbroider(app, {
1919
staticComponents: false,
20+
staticHelpers: false,
2021
skipBabel: [
2122
{
2223
package: 'qunit',

0 commit comments

Comments
 (0)