mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
Clean sourcemaps from static output (#12749)
* Clean sourcemaps from static output * Add changeset * Update test to look at frontend sourcemaps
This commit is contained in:
parent
c06194713c
commit
dda4a8e1df
1 changed files with 2 additions and 0 deletions
|
@ -480,6 +480,8 @@ 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…
Add table
Reference in a new issue