Remove need for favicon for the webapp portion.
This commit is contained in:
parent
d156f347ca
commit
2b70a98417
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue