Skip to content

Commit

Permalink
Add favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
ling committed Jan 5, 2017
1 parent d6730f3 commit be2b414
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = merge(baseWebpackConfig, {
new HtmlWebpackPlugin({
filename: 'index.html',
template: 'index.html',
favicon: 'static/favicon.ico',
inject: true
})
]
Expand Down
1 change: 1 addition & 0 deletions build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var webpackConfig = merge(baseWebpackConfig, {
new HtmlWebpackPlugin({
filename: config.build.index,
template: 'index.html',
favicon: 'static/favicon.ico',
inject: true,
minify: {
removeComments: true,
Expand Down
Binary file modified static/favicon.ico
Binary file not shown.

0 comments on commit be2b414

Please sign in to comment.