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 99daee7 commit 424e617Copy full SHA for 424e617
packages/@angular/cli/models/webpack-configs/common.ts
@@ -191,7 +191,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
191
test: /\.(jpg|png|webp|gif|otf|ttf|woff|woff2|ani)$/,
192
loader: 'url-loader',
193
options: {
194
- name: `[name]${hashFormat.file}`,
+ name: `[name]${hashFormat.file}.[ext]`,
195
limit: 10000
196
}
197
0 commit comments