Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Oct 28, 2024
1 parent 582f1a0 commit 0468be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/upgrade-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,10 @@ Also in the Storybook configuration {file}`.storybook/main.js`.
### Add missing overrides to projects in `package.json`

This will fix some issues with Hot Module Reload in projects.
It's required from Volto `18.0.0-alpha.47` otherwise, the site breaks in development mode.
Add this object to the `pnpm` key in your project `package.json`:
It's required in Volto `18.0.0-alpha.47` and later, otherwise the site breaks in development mode.
Add this object to the `pnpm` key in your project {file}`package.json`.

```
```json
"pnpm": {
"overrides": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
Expand Down

0 comments on commit 0468be6

Please sign in to comment.