diff options
| author | Shinigami <[email protected]> | 2022-01-24 20:04:55 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-24 20:04:55 +0100 |
| commit | 12e33654d183889459d51e9f44c39e51cf7c3bb3 (patch) | |
| tree | 4d55ef5c8fd444f1575baf73028bdecce84497c5 /docs/guide | |
| parent | a3792251766ed9a87a59c760ea87f64792e54caa (diff) | |
| download | faker-12e33654d183889459d51e9f44c39e51cf7c3bb3.tar.xz faker-12e33654d183889459d51e9f44c39e51cf7c3bb3.zip | |
build: bundle with esbuild (#257)
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index ba57fbf7..06044701 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -68,9 +68,9 @@ const randomCard = faker.helpers.createCard(); // An object representing a rando ``` :::tip Note -Using the browser is great for experimenting 👍. However, due to all of the strings Faker uses to generate fake data, **Faker is a large package**. It's around `1.57 MB` minified. **Please avoid deploying Faker in your web app.** +Using the browser is great for experimenting 👍. However, due to all of the strings Faker uses to generate fake data, **Faker is a large package**. It's `> 5 MiB` minified. **Please avoid deploying Faker in your web app.** ::: ## Community -If you have questions or need help, reach out to the community via Discord and GitHub Discussions. +If you have questions or need help, reach out to the community via [Discord](https://discord.com/invite/4qDjAmDj4P) and [GitHub Discussions](https://github.com/faker-js/faker/discussions). |
