We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0499f commit 3ed4790Copy full SHA for 3ed4790
1 file changed
packages/angular_devkit/build_angular/src/webpack/configs/common.ts
@@ -496,7 +496,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
496
strictExportPresence: true,
497
rules: [
498
{
499
- test: /\.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)$/,
+ test: /\.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani|avif)$/,
500
loader: require.resolve('file-loader'),
501
options: {
502
name: `[name]${hashFormat.file}.[ext]`,
0 commit comments