Skip to content

Commit 0c86355

Browse files
authored
docs: fix package name in babel config docs (#10666)
1 parent f127278 commit 0c86355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Docusaurus transpiles your site's source code using Babel by default. If you wan
280280
To use the built-in preset as a base configuration, install the following package and use it
281281

282282
```bash npm2yarn
283-
npm install --save @docusaurus/theme-live-codeblock
283+
npm install --save @docusaurus/babel
284284
```
285285

286286
Then use the preset in your `babel.config.js` file:

website/versioned_docs/version-3.6.1/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Docusaurus transpiles your site's source code using Babel by default. If you wan
280280
To use the built-in preset as a base configuration, install the following package and use it
281281

282282
```bash npm2yarn
283-
npm install --save @docusaurus/theme-live-codeblock
283+
npm install --save @docusaurus/babel
284284
```
285285

286286
Then use the preset in your `babel.config.js` file:

0 commit comments

Comments
 (0)