Skip to content

Commit f42eeef

Browse files
committed
Fix legacy decorators in create-react-app-typescript
1 parent d800165 commit f42eeef

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/sandbox/eval/presets/create-react-app-typescript

1 file changed

+1
-0
lines changed

packages/app/src/sandbox/eval/presets/create-react-app-typescript/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default function initialize() {
3838
},
3939
],
4040
'syntax-dynamic-import',
41+
['proposal-decorators', { legacy: true }],
4142
],
4243
presets: [
4344
[

0 commit comments

Comments
 (0)