We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7e715c + 5ed1a35 commit 90c59ffCopy full SHA for 90c59ff
1 file changed
templates/AngularSpa/webpack.config.js
@@ -17,7 +17,7 @@ module.exports = (env) => {
17
},
18
module: {
19
rules: [
20
- { test: /\.ts$/, include: /ClientApp/, use: isDevBuild ? ['awesome-typescript-loader?silent=true', 'angular2-template-loader'] : '@ngtools/webpack' },
+ { test: /\.ts$/, use: isDevBuild ? ['awesome-typescript-loader?silent=true', 'angular2-template-loader'] : '@ngtools/webpack' },
21
{ test: /\.html$/, use: 'html-loader?minimize=false' },
22
{ test: /\.css$/, use: [ 'to-string-loader', isDevBuild ? 'css-loader' : 'css-loader?minimize' ] },
23
{ test: /\.(png|jpg|jpeg|gif|svg)$/, use: 'url-loader?limit=25000' }
0 commit comments