We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d49895 commit 79d898dCopy full SHA for 79d898d
docs/guides/react.md
@@ -47,7 +47,7 @@ Add the following code in **package.json**
47
48
```json
49
"scripts": {
50
- "postbuild": "purgecss --css build/static/css/*.css --content build/static/index.html build/static/js/*.js --output build/static/css"
+ "postbuild": "purgecss --css build/static/css/*.css --content build/index.html build/static/js/*.js --output build/static/css"
51
},
52
```
53
0 commit comments