Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
feat: allow build loader to handle ico files
Browse files Browse the repository at this point in the history
  • Loading branch information
alepee committed Mar 29, 2017
1 parent 25acd28 commit 75a95ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build/webpack.config.common.js
Expand Up @@ -68,7 +68,7 @@ export function config(options) {
'postcss-loader',
],
}, {
test: /\.(png|jpg|jpeg|gif|svg|woff|woff2|eot|ttf)$/,
test: /\.(png|jpg|jpeg|gif|svg|ico|woff|woff2|eot|ttf)$/,
loader: `url-loader?limit=10000&name=${join(options.filesPath, '[hash].[ext]')}`,
}, {
test: /\.json$/,
Expand Down

0 comments on commit 75a95ea

Please sign in to comment.