From fc014c9f813060f0c14228283cf02b5b48072d97 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Sun, 23 Oct 2016 22:52:30 +0100 Subject: [PATCH] chore(build): remove html-loader options Follow-up from #2537, these options still remained. --- .../angular-cli/models/webpack-build-production.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/angular-cli/models/webpack-build-production.ts b/packages/angular-cli/models/webpack-build-production.ts index 3ff408ad9a07..85744d3b7e25 100644 --- a/packages/angular-cli/models/webpack-build-production.ts +++ b/packages/angular-cli/models/webpack-build-production.ts @@ -41,17 +41,6 @@ export const getWebpackProdConfigPartial = function(projectRoot: string, appConf }), new webpack.LoaderOptionsPlugin({ options: { - htmlLoader: { - minimize: true, - removeAttributeQuotes: false, - caseSensitive: true, - customAttrSurround: [ - [/#/, /(?:)/], - [/\*/, /(?:)/], - [/\[?\(?/, /(?:)/] - ], - customAttrAssign: [/\)?\]?=/] - }, postcss: [ require('postcss-discard-comments') ]