this repo has no description

Fix source maps on web-preload

Changed files
+9 -1
+9 -1
build.mjs
···
dropLabels,
logLevel: "silent",
-
plugins
+
plugins,
+
+
// https://github.com/evanw/esbuild/issues/3944
+
footer:
+
name === "web-preload"
+
? {
+
js: `\n//# sourceURL=${name}.js`
+
}
+
: undefined
};
if (name === "browser") {