Skip to content

Commit 1a00522

Browse files
committed
Default to CRA v1
1 parent 20e9928 commit 1a00522

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/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function isVersion2(configurations) {
2323
return semver.intersects(reactScriptsVersion, '^2.0.0');
2424
}
2525

26-
return true;
26+
return false;
2727
}
2828

2929
export default function initialize() {

0 commit comments

Comments
 (0)