Skip to content

Commit

Permalink
bugfix(atl) fixed an issue where template loader wasn't transforming …
Browse files Browse the repository at this point in the history
…ts files
  • Loading branch information
TheLarkInn committed Jun 24, 2016
1 parent a36071e commit 44234e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/ng2/models/webpack-build-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const webpackCommonConfig = {
{
loader: 'awesome-typescript-loader',
query: {
useWebpackText: true,
tsconfig: ngAppResolve('./src/tsconfig.json'),
// resolveGlobs: false,
module: "es2015",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"tslint": "^3.11.0",
"tslint-loader": "^2.1.4",
"typedoc": "^0.4.2",
"typescript": "^1.9.0-dev.20160620-1.0",
"typescript": "^1.9.0-dev.20160623-1.0",
"typings": "^0.8.1",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.13",
Expand Down

0 comments on commit 44234e6

Please sign in to comment.