Skip to content

Commit db54208

Browse files
committed
Add staticHelpers setting for embroider
1 parent 4923a3c commit db54208

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)