|
@@ -72,7 +72,8 @@ const webpackConfig = merge(baseWebpackConfig, {
|
|
|
// https://github.com/kangax/html-minifier#options-quick-reference
|
|
|
},
|
|
|
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
|
|
|
- chunksSortMode: 'dependency'
|
|
|
+ chunksSortMode: 'dependency',
|
|
|
+ favicon: path.resolve(__dirname, '../static/favicon.ico')
|
|
|
}),
|
|
|
// keep module.id stable when vendor modules does not change
|
|
|
new webpack.HashedModuleIdsPlugin(),
|