Skip to content

Commit c9422f4

Browse files
committed
add favicon
1 parent adb4b22 commit c9422f4

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
20.1 KB
Loading

src/client/webpack.common.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ module.exports=
8181
filename: "index.html"
8282
template: "#{__dirname}/html/index.html"
8383
inject: "head"
84+
favicon: "#{__dirname}/assets/images/favicon.png"
8485
})
8586
new LodashModuleReplacementPlugin()
8687
new WebpackBar()

0 commit comments

Comments
 (0)