We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558686c commit bb2d06fCopy full SHA for bb2d06f
packages/@angular/cli/models/webpack-configs/common.ts
@@ -88,7 +88,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
88
{ test: /\.html$/, loader: 'raw-loader' },
89
{ test: /\.(eot|svg)$/, loader: `file-loader?name=[name]${hashFormat.file}.[ext]` },
90
{
91
- test: /\.(jpg|png|gif|otf|ttf|woff|woff2|cur|ani)$/,
+ test: /\.(jpg|png|webp|gif|otf|ttf|woff|woff2|cur|ani)$/,
92
loader: `url-loader?name=[name]${hashFormat.file}.[ext]&limit=10000`
93
}
94
].concat(extraRules)
0 commit comments