diff options
author | 2021-08-29 21:48:14 -0700 | |
---|---|---|
committer | 2021-08-29 21:48:14 -0700 | |
commit | bd9f137b1bfb5bc3b215515ff9305e70a638daf9 (patch) | |
tree | e2a252e2b2478b6b1fb7cd23eb90e4da9c5bc8cd /README.md | |
parent | 34792c15f188d0c480d64022a9d3a67a89497c70 (diff) | |
download | bun-bd9f137b1bfb5bc3b215515ff9305e70a638daf9.tar.gz bun-bd9f137b1bfb5bc3b215515ff9305e70a638daf9.tar.zst bun-bd9f137b1bfb5bc3b215515ff9305e70a638daf9.zip |
latest
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -102,6 +102,10 @@ bun build ./routes --outdir=./out Unlike many other bundlers, `Bun` only bundles `node_modules`. This is great for development, where most people add/update packages much less frequently than app code (which is also great for caching in browsers). To make that distinction clear, the filename defaults to `node_modules.bun`. We recommend storing `node_modules.bun` in your git repository. Since it's a binary file, it shouldn't clutter your git history and it will make your entire frontend development team move faster if they don't have to re-bundle dependencies. +# Not implemented yet + + + # Building from source Estimated: 30-60 minutes :( |