8000 chore(build): remove html-loader options (#2848) · oneiltdev/angular-cli@b7da470 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b7da470

Browse files
filipesilvahansl
authored andcommitted
chore(build): remove html-loader options (angular#2848)
Follow-up from angular#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

Lines changed: 0 additions & 11 deletions
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)
0