Skip to content

Commit 9484a10

Browse files
Diogo Francohansl
Diogo Franco
authored andcommitted
chore(webpack): add missing -loader suffix (#3187)
1 parent 52f9120 commit 9484a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function getWebpackCommonConfig(
8383
       { test: /\.(jpg|png|gif)$/, loader: 'url-loader?limit=10000' },
8484
       { test: /\.html$/, loader: 'raw-loader' },
8585

86-
{ test: /\.(otf|ttf|woff|woff2)$/, loader: 'url?limit=10000' },
86+
{ test: /\.(otf|ttf|woff|woff2)$/, loader: 'url-loader?limit=10000' },
8787
{ test: /\.(eot|svg)$/, loader: 'file-loader' }
8888
]
8989
},

0 commit comments

Comments
 (0)