Browse Source

Merge pull request #292 from sjsyrek/patch-1

Add missing "the" and fix comma
main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
d5f8a56bc9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/optimizing-performance.md

2
content/docs/optimizing-performance.md

@ -66,7 +66,7 @@ Then, to create a production build, add the `-p` flag to the `build` command:
brunch build -p
```
Remember that you only need to do this for production builds. You shouldn't pass `-p` flag or apply this plugin in development because it will hide useful React warnings, and make the builds much slower.
Remember that you only need to do this for production builds. You shouldn't pass the `-p` flag or apply this plugin in development, because it will hide useful React warnings and make the builds much slower.
### Browserify

Loading…
Cancel
Save