chore: Fix merge.
This commit is contained in:
parent
f35f058479
commit
7ce0ce4162
@ -230,9 +230,9 @@ async function webpackConfig() {
|
||||
})
|
||||
];
|
||||
} else {
|
||||
// const tmpobj = tmp.fileSync({ postfix: ".json" });
|
||||
// fs.writeSync(tmpobj.fd, JSON.stringify(faviconConfig));
|
||||
// fs.close(tmpobj.fd);
|
||||
const tmpobj = tmp.fileSync({ postfix: ".json" });
|
||||
fs.writeSync(tmpobj.fd, JSON.stringify(faviconConfig));
|
||||
fs.close(tmpobj.fd);
|
||||
|
||||
return [
|
||||
new RealFaviconPlugin({
|
||||
|
||||
Reference in New Issue
Block a user