Skip to content

Commit

Permalink
Add support for .ico files (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
allanchau authored and QWp6t committed Nov 3, 2016
1 parent a0afa77 commit e4d8be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const webpackConfig = {
}),
},
{
test: /\.(png|jpe?g|gif|svg)$/,
test: /\.(png|jpe?g|gif|svg|ico)$/,
include: config.paths.assets,
loaders: [
`file?${qs.stringify({
Expand Down

0 comments on commit e4d8be1

Please sign in to comment.