Skip to content

Commit

Permalink
docs: docusaurus clear to load swizzle component
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcheung committed Jul 8, 2021
1 parent f03479f commit e8aa42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/using-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Although we highly discourage swizzling of all components, if you wish to do tha
npm run swizzle @docusaurus/theme-classic
```

**Note**: You need to restart your webpack dev server in order for Docusaurus to know about the new component.
**Note**: You need to restart your webpack dev server and clear cache (`docusaurus clear`) in order for Docusaurus to know about the new component.

## Wrapping theme components {#wrapping-theme-components}

Expand Down

0 comments on commit e8aa42c

Please sign in to comment.