File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
versioned_docs/version-3.6.1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ Docusaurus transpiles your site's source code using Babel by default. If you wan
280
280
To use the built-in preset as a base configuration, install the following package and use it
281
281
282
282
``` bash npm2yarn
283
- npm install --save @docusaurus/theme-live-codeblock
283
+ npm install --save @docusaurus/babel
284
284
```
285
285
286
286
Then use the preset in your ` babel.config.js ` file:
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ Docusaurus transpiles your site's source code using Babel by default. If you wan
280
280
To use the built-in preset as a base configuration, install the following package and use it
281
281
282
282
``` bash npm2yarn
283
- npm install --save @docusaurus/theme-live-codeblock
283
+ npm install --save @docusaurus/babel
284
284
```
285
285
286
286
Then use the preset in your ` babel.config.js ` file:
You can’t perform that action at this time.
0 commit comments