mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
* Revert "fix custom `assetFileNames` issue (#12449)"
This reverts commit e6b8017239
.
This change caused source maps to be left in the client folder, exposing them into the server.
* Add changeset
This commit is contained in:
parent
780a41f616
commit
c06194713c
1 changed files with 0 additions and 2 deletions
|
@ -480,8 +480,6 @@ async function ssrMoveAssets(opts: StaticBuildOptions) {
|
||||||
cwd: fileURLToPath(serverAssets),
|
cwd: fileURLToPath(serverAssets),
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("FILES2", files);
|
|
||||||
|
|
||||||
if (files.length > 0) {
|
if (files.length > 0) {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
files.map(async function moveAsset(filename) {
|
files.map(async function moveAsset(filename) {
|
||||||
|
|
Loading…
Reference in a new issue