Skip to content

Commit

Permalink
needed for tracked properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 18, 2022
1 parent ceb8c42 commit 0d15ca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@embroider/addon-dev": "^0.50.2",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default {

// https://github.com/embroider-build/embroider/issues/1014#issuecomment-1014926434
['@babel/plugin-proposal-decorators', { legacy: true }],
'@babel/plugin-proposal-class-properties',
],
babelHelpers: 'bundled',
}),
Expand Down

0 comments on commit 0d15ca0

Please sign in to comment.