Skip to content

Commit

Permalink
[GILJOB-161] feat: favicon 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJuhae committed Jan 12, 2022
1 parent 87cc4a7 commit afd42f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = merge(baseConfig, {
minify: {
removeComments: true,
},
favicon: path.resolve(TEMPLATE_PATH, 'favicon.ico'),
}),
],
});
1 change: 1 addition & 0 deletions config/webpack/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = merge(baseConfig, {
new HtmlWebPackPlugin({
template: path.resolve(TEMPLATE_PATH, 'index.html'),
minify: true,
favicon: path.resolve(TEMPLATE_PATH, 'favicon.ico'),
}),
new MiniCssExtractPlugin({
filename: '[name].css',
Expand Down
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit afd42f1

Please sign in to comment.