diff options
author | 2024-12-16 12:01:37 -0500 | |
---|---|---|
committer | 2024-12-16 12:01:37 -0500 | |
commit | c879f501ff01b1a3c577de776a1f7100d78f8dd5 (patch) | |
tree | 22fc34b38c5f7e22df60fc3e75ab94050dd8649e /.changeset/loud-emus-look.md | |
parent | 33ae7320e8687ab243424980f3ec8f64bf06a94f (diff) | |
download | astro-c879f501ff01b1a3c577de776a1f7100d78f8dd5.tar.gz astro-c879f501ff01b1a3c577de776a1f7100d78f8dd5.tar.zst astro-c879f501ff01b1a3c577de776a1f7100d78f8dd5.zip |
Revert "fix custom `assetFileNames` issue (#12449)" (#12746)
* Revert "fix custom `assetFileNames` issue (#12449)"
This reverts commit e6b80172391d5f9aa5b1de26a8694ba4a28a43f3.
This change caused source maps to be left in the client folder, exposing them into the server.
* Add changeset
Diffstat (limited to '.changeset/loud-emus-look.md')
-rw-r--r-- | .changeset/loud-emus-look.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/loud-emus-look.md b/.changeset/loud-emus-look.md new file mode 100644 index 000000000..ec07dec9c --- /dev/null +++ b/.changeset/loud-emus-look.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Remove all assets created from the server build |