From 935232a02ec5cca89e5728e10c11f24981349641 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Thu, 11 Jan 2024 01:09:25 +0100 Subject: [PATCH] add note --- docs/caveats.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/caveats.md b/docs/caveats.md index c21e381..3a1d354 100644 --- a/docs/caveats.md +++ b/docs/caveats.md @@ -5,7 +5,7 @@ title: Caveats ## Caveats -A couple of things to be aware of. +A couple of things to be aware of. ### Tree shaking @@ -21,6 +21,9 @@ Chunking of dynamicly fetched pieces of shared code is currently not supported b Due to Bun's path remapping behaviour Bundle is not able to split chunks from modules and assets imported from your local `resources` directory. This could definetly work for shared imports from `node_modules` in the future. + + + ### Don't pass dynamic variables to `` This will work perfectly fine during development, but this can't be evaluated when compiling all your code for your production environment.