We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ef67b commit 5614fd1Copy full SHA for 5614fd1
packages/@angular/cli/models/webpack-configs/common.ts
@@ -190,7 +190,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
190
test: /\.(jpg|png|webp|gif|otf|ttf|woff|woff2|ani)$/,
191
loader: 'url-loader',
192
options: {
193
- name: `[name]${hashFormat.file}`,
+ name: `[name]${hashFormat.file}.[ext]`,
194
limit: 10000
195
}
196
0 commit comments