Skip to content

Commit 3c4d364

Browse files
committed
embroider: Enable staticModifiers option
1 parent 1c58cb3 commit 3c4d364

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
@@ -48,6 +48,7 @@ module.exports = function (defaults) {
4848
const { Webpack } = require('@embroider/webpack');
4949
return require('@embroider/compat').compatBuild(app, Webpack, {
5050
staticAddonTestSupportTrees: true,
51+
staticModifiers: true,
5152

5253
// see https://github.com/embroider-build/embroider/issues/823
5354
compatAdapters: new Map([['ember-get-config', null]]),

0 commit comments

Comments
 (0)