Skip to content

Commit b7da470

Browse files
filipesilvahansl
authored andcommitted
chore(build): remove html-loader options (#2848)
Follow-up from #2537, these options still remained.
1 parent 1e50e51 commit b7da470

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
@@ -70,17 +70,6 @@ export const getWebpackProdConfigPartial = function(projectRoot: string, appConf
7070
}),
7171
new webpack.LoaderOptionsPlugin({
7272
options: {
73-
htmlLoader: {
74-
minimize: true,
75-
removeAttributeQuotes: false,
76-
caseSensitive: true,
77-
customAttrSurround: [
78-
[/#/, /(?:)/],
79-
[/\*/, /(?:)/],
80-
[/\[?\(?/, /(?:)/]
81-
],
82-
customAttrAssign: [/\)?\]?=/]
83-
},
8473
postcss: [
8574
require('postcss-discard-comments')
8675
]

0 commit comments

Comments
 (0)