Skip to content

Commit

Permalink
fix(app): Fix ts-loader extension files
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Feb 4, 2016
1 parent d6dcd62 commit eccbc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
loaders: [{
test: /\.ts$/,
loader: 'ts',
exclude: [/\.(e2e|spec|test)\.ts$/, /node_modules\/(?!(ng2-.+))/]
exclude: [/\.(e2e|test)\.ts$/, /node_modules\/(?!(ng2-.+))/]
},
// Support for ngux files
{
Expand Down

0 comments on commit eccbc61

Please sign in to comment.