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 MinifyPlugin()]
|
||||||
: [
|
: [
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
favicon: '../templates/favicon.ico',
|
|
||||||
title: 'Rookeries - Webpack Dev',
|
title: 'Rookeries - Webpack Dev',
|
||||||
template: './templates/webpack_base.html',
|
template: './templates/webpack_base.html',
|
||||||
xhtml: true,
|
xhtml: true,
|
||||||
|
|
Loading…
Reference in New Issue