Skip to content

Commit 44234e6

Browse files
committed
bugfix(atl) fixed an issue where template loader wasn't transforming ts files
1 parent a36071e commit 44234e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

addon/ng2/models/webpack-build-common.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const webpackCommonConfig = {
4242
{
4343
loader: 'awesome-typescript-loader',
4444
query: {
45+
useWebpackText: true,
4546
tsconfig: ngAppResolve('./src/tsconfig.json'),
4647
// resolveGlobs: false,
4748
module: "es2015",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"tslint": "^3.11.0",
9595
"tslint-loader": "^2.1.4",
9696
"typedoc": "^0.4.2",
97-
"typescript": "^1.9.0-dev.20160620-1.0",
97+
"typescript": "^1.9.0-dev.20160623-1.0",
9898
"typings": "^0.8.1",
9999
"url-loader": "^0.5.7",
100100
"webpack": "2.1.0-beta.13",

0 commit comments

Comments
 (0)