mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Update local-third-party-project-testing.md
This commit is contained in:
parent
0258fae7b7
commit
bbe4b9e0b5
|
|
@ -51,9 +51,9 @@ So, you should install these packages locally. **Base the versions on the versio
|
|||
# Still in the website directory of the testing project
|
||||
npm install babel-plugin-transform-class-properties@^6.24.1
|
||||
npm install babel-plugin-transform-object-rest-spread@^6.26.0
|
||||
npm install react@^16.3.2
|
||||
npm install react@^16.4.1
|
||||
npm install babel-preset-env@^1.7.0
|
||||
npm install babel-preset-react@^6.24.0
|
||||
npm install babel-preset-react@^6.24.1
|
||||
```
|
||||
|
||||
### Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue