From b9ea9284e73199e9479e7d297dddae818fb390fa Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 7 Oct 2021 17:07:56 -0500 Subject: [PATCH] docs: add note to CONTRIBUTING --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c14445e0f..b8525295a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,6 +61,10 @@ When making a pull request, be sure to add a changeset when something has change yarn changeset ``` +## Dependencies + +Astro uses `esbuild` to pre-bundle most dependencies before publishing! Therefore most dependencies, even used in `src/` code, should be added under `devDependencies` by default. + ## Running benchmarks We have benchmarks to keep performance under control. You can run these by running (from the project root):