Skip to content

Commit 651956a

Browse files
committed
fixed(webpack): support for cur and ani cursor files
Closes #2733
1 parent 5852783 commit 651956a

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-cli/models/webpack-configs

1 file changed

+1
-1
lines changed

packages/angular-cli/models/webpack-configs/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
127127
{ test: /\.html$/, loader: 'raw-loader' },
128128
{ test: /\.(eot|svg)$/, loader: `file-loader?name=[name]${hashFormat.file}.[ext]` },
129129
{
130-
test: /\.(jpg|png|gif|otf|ttf|woff|woff2)$/,
130+
test: /\.(jpg|png|gif|otf|ttf|woff|woff2|cur|ani)$/,
131131
loader: `url-loader?name=[name]${hashFormat.file}.[ext]&limit=10000`
132132
}
133133
].concat(extraRules)

0 commit comments

Comments
 (0)