верстка

This commit is contained in:
2021-02-06 17:09:23 +03:00
parent 6a5f514081
commit 113ef9c570
12 changed files with 1437 additions and 82 deletions

View File

@ -39,7 +39,7 @@ module.exports = {
new MiniCssExtractPlugin(),
new FaviconsWebpackPlugin({
logo: './public/icon-512x512.png',
manifest: './public/manifest.json'
manifest: './public/manifest.json',
}),
],
};
};