We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb4b22 commit c9422f4Copy full SHA for c9422f4
src/client/assets/images/favicon.png
20.1 KB
src/client/webpack.common.coffee
@@ -81,6 +81,7 @@ module.exports=
81
filename: "index.html"
82
template: "#{__dirname}/html/index.html"
83
inject: "head"
84
+ favicon: "#{__dirname}/assets/images/favicon.png"
85
})
86
new LodashModuleReplacementPlugin()
87
new WebpackBar()
0 commit comments