diff options
author | 2023-05-19 15:30:03 +0100 | |
---|---|---|
committer | 2023-05-19 15:30:03 +0100 | |
commit | 852d59a8d68e124f10852609e0f1619d5838ac76 (patch) | |
tree | f5145102f323a858eca1d4ac262d38e2ca4516c3 /.changeset/popular-rules-provide.md | |
parent | 96947fce966591b0fc6e61db7d0c23672961d865 (diff) | |
download | astro-852d59a8d68e124f10852609e0f1619d5838ac76.tar.gz astro-852d59a8d68e124f10852609e0f1619d5838ac76.tar.zst astro-852d59a8d68e124f10852609e0f1619d5838ac76.zip |
refactor(astro): emit `entry.mjs` to import pages via dynamic import (#7036)
Diffstat (limited to '.changeset/popular-rules-provide.md')
-rw-r--r-- | .changeset/popular-rules-provide.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/popular-rules-provide.md b/.changeset/popular-rules-provide.md new file mode 100644 index 000000000..ada5a2da0 --- /dev/null +++ b/.changeset/popular-rules-provide.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Emit pages as dynamic import chunks during the build |