chore: Fix merge.
This commit is contained in:
parent
f35f058479
commit
7ce0ce4162
@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user