chore: Fix merge.

This commit is contained in:
Stephan Barth 2024-09-12 00:49:04 +02:00
parent f35f058479
commit 7ce0ce4162

View File

@ -230,9 +230,9 @@ async function webpackConfig() {
}) })
]; ];
} else { } else {
// const tmpobj = tmp.fileSync({ postfix: ".json" }); const tmpobj = tmp.fileSync({ postfix: ".json" });
// fs.writeSync(tmpobj.fd, JSON.stringify(faviconConfig)); fs.writeSync(tmpobj.fd, JSON.stringify(faviconConfig));
// fs.close(tmpobj.fd); fs.close(tmpobj.fd);
return [ return [
new RealFaviconPlugin({ new RealFaviconPlugin({