Skip to content

Commit ca2e19c

Browse files
committed
Fix preset name of CRA
1 parent f85c752 commit ca2e19c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/eval/presets/create-react-app/v3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default function initialize() {
122122
let initialized = false;
123123
let refreshInitialized = false;
124124
const preset = new Preset(
125-
'create-react-app-v3',
125+
'create-react-app',
126126
['web.js', 'js', 'json', 'web.jsx', 'jsx', 'ts', 'tsx'],
127127
aliases,
128128
{

0 commit comments

Comments
 (0)