Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions e2e/nx-init/src/files/cra/package.json.txt

This file was deleted.

8 changes: 0 additions & 8 deletions e2e/nx-init/src/files/cra/public/index.html.txt

This file was deleted.

4 changes: 0 additions & 4 deletions e2e/nx-init/src/files/cra/src/App.css.txt

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/nx-init/src/files/cra/src/App.js.txt

This file was deleted.

8 changes: 0 additions & 8 deletions e2e/nx-init/src/files/cra/src/App.test.js.txt

This file was deleted.

5 changes: 0 additions & 5 deletions e2e/nx-init/src/files/cra/src/index.css.txt

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/nx-init/src/files/cra/src/index.js.txt

This file was deleted.

1 change: 0 additions & 1 deletion e2e/nx-init/src/files/cra/src/setupTests.js.txt

This file was deleted.

147 changes: 0 additions & 147 deletions e2e/nx-init/src/nx-init-react.test.ts

This file was deleted.

25 changes: 1 addition & 24 deletions packages/nx/src/command-line/init/command-object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ async function withInitOptions(yargs: Argv) {
'Initialize an Nx workspace setup in the .nx directory of the current repository.',
default: false,
})
.option('force', {
describe:
'Force the migration to continue and ignore custom webpack setup or uncommitted changes. Only for CRA projects.',
type: 'boolean',
default: false,
})
.option('aiAgents', {
type: 'array',
string: true,
Expand Down Expand Up @@ -127,13 +121,7 @@ async function withInitOptions(yargs: Argv) {
.option('integrated', {
type: 'boolean',
description:
'Migrate to an Nx integrated layout workspace. Only for Angular CLI workspaces and CRA projects.',
default: false,
})
.option('addE2e', {
describe:
'Set up Cypress E2E tests in integrated workspaces. Only for CRA projects.',
type: 'boolean',
'Migrate to an Nx integrated layout workspace. Only for Angular CLI workspaces.',
default: false,
})
.option('useDotNxInstallation', {
Expand All @@ -142,17 +130,6 @@ async function withInitOptions(yargs: Argv) {
'Initialize an Nx workspace setup in the .nx directory of the current repository.',
default: false,
})
.option('force', {
describe:
'Force the migration to continue and ignore custom webpack setup or uncommitted changes. Only for CRA projects.',
type: 'boolean',
default: false,
})
.option('vite', {
type: 'boolean',
description: 'Use Vite as the bundler. Only for CRA projects.',
default: true,
})
.option('cacheable', {
type: 'string',
description:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading