Skip to content

Commit

Permalink
Merge pull request #1673 from embroider-build/allow-decorator-override
Browse files Browse the repository at this point in the history
allow apps to disable the decorator transforms
  • Loading branch information
ef4 committed Nov 19, 2023
2 parents 9a64955 + 04ad92a commit 0ebfb9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compat/src/compat-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export default class CompatApp {
disableDebugTooling: false,
disablePresetEnv: false,
disableEmberModulesAPIPolyfill: false,
disableDecoratorTransforms: false,
},
});

Expand Down

0 comments on commit 0ebfb9d

Please sign in to comment.