Skip to content

Commit

Permalink
fix(react): set configPath for @babel/preset-env to match project con…
Browse files Browse the repository at this point in the history
…text (#1758)
  • Loading branch information
jaysoo authored Aug 27, 2019
1 parent 11b2412 commit d222ef0
Show file tree
Hide file tree
Showing 41 changed files with 85 additions and 122 deletions.
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Print applications affected by changes
nx affected:apps
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Print the names of all the apps affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Build applications and publishable libraries affected by changes
nx affected:build
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run build in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Graph dependencies affected by changes
nx affected:dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Open the dep graph of the workspace in the browser, and highlight the projects affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Run e2e tests for the applications affected by changes
nx affected:e2e
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run tests in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Print libraries affected by changes
nx affected:libs
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Print the names of all the libs affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Lint projects affected by changes
nx affected:lint
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run lint in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/affected-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Test projects affected by changes
nx affected:test
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run tests in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Run task for affected projects
nx affected
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run custom target for all affected projects:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/angular/api-workspace/npmscripts/dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Graph dependencies within workspace
nx dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Open the dep graph of the workspace in the browser:

```bash
Expand Down
3 changes: 2 additions & 1 deletion docs/angular/api-workspace/npmscripts/format-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Check for un-formatted files
nx format:check
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.


## Options

Expand Down
3 changes: 2 additions & 1 deletion docs/angular/api-workspace/npmscripts/format-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Overwrite un-formatted files
nx format:write
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.


## Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Lint workspace or list of files
nx workspace-lint [files..]
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.


## Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Runs a workspace schematic from the tools/schematics directory
nx workspace-schematic [name]
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.


## Options

Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Print applications affected by changes
nx affected:apps
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Print the names of all the apps affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Build applications and publishable libraries affected by changes
nx affected:build
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run build in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Graph dependencies affected by changes
nx affected:dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Open the dep graph of the workspace in the browser, and highlight the projects affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Run e2e tests for the applications affected by changes
nx affected:e2e
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run tests in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Print libraries affected by changes
nx affected:libs
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Print the names of all the libs affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Lint projects affected by changes
nx affected:lint
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run lint in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/affected-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Test projects affected by changes
nx affected:test
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run tests in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/affected.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Run task for affected projects
nx affected
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run custom target for all affected projects:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/react/api-workspace/npmscripts/dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Graph dependencies within workspace
nx dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Open the dep graph of the workspace in the browser:

```bash
Expand Down
3 changes: 2 additions & 1 deletion docs/react/api-workspace/npmscripts/format-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Check for un-formatted files
nx format:check
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.


## Options

Expand Down
3 changes: 2 additions & 1 deletion docs/react/api-workspace/npmscripts/format-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Overwrite un-formatted files
nx format:write
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.


## Options

Expand Down
3 changes: 2 additions & 1 deletion docs/react/api-workspace/npmscripts/workspace-lint-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Lint workspace or list of files
nx workspace-lint [files..]
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.


## Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Runs a workspace schematic from the tools/schematics directory
nx workspace-schematic [name]
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.


## Options

Expand Down
6 changes: 2 additions & 4 deletions docs/web/api-workspace/npmscripts/affected-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Print applications affected by changes
nx affected:apps
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Print the names of all the apps affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/web/api-workspace/npmscripts/affected-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Build applications and publishable libraries affected by changes
nx affected:build
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run build in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/web/api-workspace/npmscripts/affected-dep-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Graph dependencies affected by changes
nx affected:dep-graph
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Open the dep graph of the workspace in the browser, and highlight the projects affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/web/api-workspace/npmscripts/affected-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Run e2e tests for the applications affected by changes
nx affected:e2e
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run tests in parallel:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/web/api-workspace/npmscripts/affected-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Print libraries affected by changes
nx affected:libs
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Print the names of all the libs affected by changing the index.ts file:

```bash
Expand Down
6 changes: 2 additions & 4 deletions docs/web/api-workspace/npmscripts/affected-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Lint projects affected by changes
nx affected:lint
```

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.

### Examples

Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
### Examples
Run lint in parallel:

```bash
Expand Down
Loading

0 comments on commit d222ef0

Please sign in to comment.