Skip to content

Commit

Permalink
docs: fix typeco module (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
linhuiw authored Dec 12, 2023
1 parent f4ba5c6 commit 1d0b4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guide/advanced/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const App = () => {
```js
// webpack.config.js
mmodule.exports = {
module.exports = {
// ...
externals: {
'react': 'React',
Expand Down

0 comments on commit 1d0b4cd

Please sign in to comment.