Skip to content

Commit e755539

Browse files
committed
copy favicon.ico to dist/
1 parent 97e51d9 commit e755539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ if (process.env.NODE_ENV === 'production') {
4747
new HtmlWebpackPlugin({ template: path.resolve(__dirname, 'index.html') }),
4848
new CopyWebpackPlugin([
4949
{ from: './src/assets/manifest.json' },
50+
{ from: './src/assets/favicon.ico' },
5051
{ from: './src/assets/images/**/icon-*', to: './images', flatten: true }
5152
])
5253
]);

0 commit comments

Comments
 (0)