Skip to content

Commit 0afb2e8

Browse files
committed
Bump Typescript version to 2.0 Beta and now with compatible support awesome-typescript-loader 2.0.
1 parent 2527559 commit 0afb2e8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import * as webpack from 'webpack';
2-
import {PathsPlugin, LoaderConfig} from '../utilities/ts-path-mappings-webpack-plugin';
2+
import {LoaderConfig} from '../utilities/ts-path-mappings-webpack-plugin';
33

44
const path = require('path');
55
const ForkCheckerPlugin = require('awesome-typescript-loader').ForkCheckerPlugin;
6+
const PathsPlugin = require('awesome-typescript-loader').TsConfigPathsPlugin;
67
const CopyWebpackPlugin = require('copy-webpack-plugin');
78
const HtmlWebpackPlugin = require('html-webpack-plugin');
89

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"keywords": [],
1111
"scripts": {
1212
"test": "node tests/runner",
13+
"test:inspect": "node --inspect --debug-brk tests/runner",
1314
"lint": "eslint ."
1415
},
1516
"repository": {
@@ -34,8 +35,9 @@
3435
"@types/lodash": "^4.0.25-alpha",
3536
"@types/rimraf": "0.0.25-alpha",
3637
"@types/webpack": "^1.12.22-alpha",
38+
"amdefine": "^1.0.0",
3739
"angular2-template-loader": "^0.4.0",
38-
"awesome-typescript-loader": "1.1.1",
40+
"awesome-typescript-loader": "2.0.1",
3941
"chalk": "^1.1.3",
4042
"compression-webpack-plugin": "^0.3.1",
4143
"copy-webpack-plugin": "^3.0.1",
@@ -93,7 +95,7 @@
9395
"tslint": "^3.11.0",
9496
"tslint-loader": "^2.1.4",
9597
"typedoc": "^0.4.2",
96-
"typescript": "^2.0.0-dev.20160706",
98+
"typescript": "^2.0.0",
9799
"typings": "^0.8.1",
98100
"url-loader": "^0.5.7",
99101
"webpack": "2.1.0-beta.15",

0 commit comments

Comments
 (0)