Skip to content

Commit 0876b62

Browse files
committed
add missing comma after merge
1 parent 4485683 commit 0876b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export function getWebpackCommonConfig(
132132
{ test: /\.html$/, loader: 'raw-loader' },
133133

134134
{ test: /\.(otf|ttf|woff|woff2)$/, loader: 'url-loader?limit=10000' },
135-
{ test: /\.(eot|svg)$/, loader: 'file-loader' }
135+
{ test: /\.(eot|svg)$/, loader: 'file-loader' },
136136
{ test: /\.(pug|jade)/, loaders: ['apply-loader', 'pug-loader']},
137137
].concat(extraRules)
138138
},

0 commit comments

Comments
 (0)