revert yarn 2 changes

This commit is contained in:
tooppaaa 2020-05-25 19:13:12 +02:00
parent 5e8e6cd171
commit 41c1e10399

View File

@ -148,8 +148,7 @@ export const yarn2Cra: Parameters = {
name: 'yarn-2-cra',
version: 'latest',
generator: [
`yarn set version berry`,
`yarn set version 2`,
`yarn dlx create-react-app@{{version}} {{name}}-v{{version}}`,
`yarn add core-js -D`, // Temporary fix
].join(' && '),
};