🐛 Bug Report
I got this error after I updated the docusaurus version from 2.0.0-alpha.48 to 2.0.0-alpha.64.
yes.
To Reproduce
- Download this example repository:
test-docs.zip
- run
npm i
- run
npm run start
- see JSON parse error as seen in the screenshots
- comment out line 6 in docs/home/home.md
- see error disappear
Expected behavior
The project should start and build as it was before updating to the new docusaurus version (2.0.0-alpha.64)
Actual Behavior
When running npm run start or npm run build I get errors related to the JSON parserin webpack (see screenshots)


Your Environment
- Docusaurus version used: 2.0.0-alpha.64
- Environment name and version (e.g. Chrome 78.0.3904.108, Node.js 10.17.0): Chrome Version 85.0.4183.121 (Official Build) (64-bit)
- Operating system and version (desktop or mobile): macOS Mojave 10.14.6
🐛 Bug Report
I got this error after I updated the docusaurus version from 2.0.0-alpha.48 to 2.0.0-alpha.64.
Have you read the Contributing Guidelines on issues?
yes.
To Reproduce
test-docs.zip
npm inpm run startExpected behavior
The project should start and build as it was before updating to the new docusaurus version (2.0.0-alpha.64)
Actual Behavior
When running
npm run startornpm run buildI get errors related to the JSON parserin webpack (see screenshots)Your Environment