Skip to content

Commit

Permalink
docs: remove extraneous tab symbol (#13861)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Feb 5, 2023
1 parent ffe2352 commit f93ddb6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/Webpack.md
Expand Up @@ -202,7 +202,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/Webpack.md
Expand Up @@ -201,7 +201,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/Webpack.md
Expand Up @@ -201,7 +201,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.x/Webpack.md
Expand Up @@ -201,7 +201,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.x/Webpack.md
Expand Up @@ -201,7 +201,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-29.0/Webpack.md
Expand Up @@ -201,7 +201,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-29.1/Webpack.md
Expand Up @@ -201,7 +201,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-29.2/Webpack.md
Expand Up @@ -201,7 +201,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-29.3/Webpack.md
Expand Up @@ -202,7 +202,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-29.4/Webpack.md
Expand Up @@ -202,7 +202,7 @@ For more complex webpack configurations, you may also want to investigate projec
In addition to installing `babel-jest` as described earlier, you'll need to add `@babel/preset-env` like so:

```bash npm2yarn
npm install --save-dev @babel/preset-env
npm install --save-dev @babel/preset-env
```

Then, you'll want to configure Babel as follows:
Expand Down

0 comments on commit f93ddb6

Please sign in to comment.