Skip to content

Commit fc014c9

Browse files
committed
chore(build): remove html-loader options
Follow-up from angular#2537, these options still remained.
1 parent eb63fda commit fc014c9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

-11
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ export const getWebpackProdConfigPartial = function(projectRoot: string, appConf
4141
}),
4242
new webpack.LoaderOptionsPlugin({
4343
options: {
44-
htmlLoader: {
45-
minimize: true,
46-
removeAttributeQuotes: false,
47-
caseSensitive: true,
48-
customAttrSurround: [
49-
[/#/, /(?:)/],
50-
[/\*/, /(?:)/],
51-
[/\[?\(?/, /(?:)/]
52-
],
53-
customAttrAssign: [/\)?\]?=/]
54-
},
5544
postcss: [
5645
require('postcss-discard-comments')
5746
]

0 commit comments

Comments
 (0)