Skip to content

Commit

Permalink
fixed(webpack): support for cur and ani cursor files
Browse files Browse the repository at this point in the history
  • Loading branch information
buchslava authored and MRHarrison committed Feb 9, 2017
1 parent 964062b commit 1befd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/models/webpack-configs/common.ts
Expand Up @@ -107,7 +107,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
{ test: /\.html$/, loader: 'raw-loader' },
{ test: /\.(eot|svg)$/, loader: `file-loader?name=[name]${hashFormat.file}.[ext]` },
{
test: /\.(jpg|png|gif|otf|ttf|woff|woff2)$/,
test: /\.(jpg|png|gif|otf|ttf|woff|woff2|cur|ani)$/,
loader: `url-loader?name=[name]${hashFormat.file}.[ext]&limit=10000`
}
].concat(extraRules)
Expand Down

0 comments on commit 1befd34

Please sign in to comment.