favicon: security camera in orange/red circle

This is derived from the following icon:
https://thenounproject.com/term/security-camera/72530
by iconsmind.com. I paid for the royalty-free license.

Fixes #50.
This commit is contained in:
Scott Lamb
2018-03-12 22:11:45 -07:00
parent 0e365a23e1
commit 320374c6e9
4 changed files with 14 additions and 0 deletions

View File

@@ -29,6 +29,16 @@ module.exports = (env, args) => {
}, {
test: /\.png$/,
use: ['file-loader'],
}, {
test: /\.ico$/,
use: [
{
loader: 'file-loader',
options: {
name: '[name].[ext]'
}
}
]
}, {
// Load css and then in-line in head
test: /\.css$/,