Remove need for favicon for the webapp portion.

This commit is contained in:
Dorian 2019-07-29 17:54:37 -04:00
parent d156f347ca
commit 2b70a98417
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ export default {
? [new MinifyPlugin()]
: [
new HtmlWebpackPlugin({
favicon: '../templates/favicon.ico',
title: 'Rookeries - Webpack Dev',
template: './templates/webpack_base.html',
xhtml: true,