We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadb2b3 commit ea2cfc2Copy full SHA for ea2cfc2
templates/Angular2Spa/webpack.config.js
@@ -16,7 +16,7 @@ var sharedConfig = {
16
module: {
17
loaders: [
18
{ test: /\.ts$/, include: /ClientApp/, loaders: ['ts-loader?silent=true', 'angular2-template-loader'] },
19
- { test: /\.html$/, loader: 'html-loader' },
+ { test: /\.html$/, loader: 'html-loader?minimize=false' },
20
{ test: /\.css$/, loader: 'to-string-loader!css-loader' },
21
{ test: /\.(png|jpg|jpeg|gif|svg)$/, loader: 'url-loader', query: { limit: 25000 } }
22
]
0 commit comments