aurelia / new

The Aurelia 2 scaffolding repo used by our tools to setup new projects.
MIT License
35 stars 18 forks source link

Include favicon.ico #81

Closed ghost closed 2 years ago

ghost commented 2 years ago

The scaffolding contains a favicon.ico image but does not get included during build. Suggest setting favicon option in HtmlWebpackPlugin.

new HtmlWebpackPlugin({
              template: 'index.html',
              favicon: 'favicon.ico'
}),
3cp commented 2 years ago

Thx! Added.