File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
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' ;
3
3
4
4
const path = require ( 'path' ) ;
5
5
const ForkCheckerPlugin = require ( 'awesome-typescript-loader' ) . ForkCheckerPlugin ;
6
+ const PathsPlugin = require ( 'awesome-typescript-loader' ) . TsConfigPathsPlugin ;
6
7
const CopyWebpackPlugin = require ( 'copy-webpack-plugin' ) ;
7
8
const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
8
9
Original file line number Diff line number Diff line change 10
10
"keywords" : [],
11
11
"scripts" : {
12
12
"test" : " node tests/runner" ,
13
+ "test:inspect" : " node --inspect --debug-brk tests/runner" ,
13
14
"lint" : " eslint ."
14
15
},
15
16
"repository" : {
34
35
"@types/lodash" : " ^4.0.25-alpha" ,
35
36
"@types/rimraf" : " 0.0.25-alpha" ,
36
37
"@types/webpack" : " ^1.12.22-alpha" ,
38
+ "amdefine" : " ^1.0.0" ,
37
39
"angular2-template-loader" : " ^0.4.0" ,
38
- "awesome-typescript-loader" : " 1.1 .1" ,
40
+ "awesome-typescript-loader" : " 2.0 .1" ,
39
41
"chalk" : " ^1.1.3" ,
40
42
"compression-webpack-plugin" : " ^0.3.1" ,
41
43
"copy-webpack-plugin" : " ^3.0.1" ,
93
95
"tslint" : " ^3.11.0" ,
94
96
"tslint-loader" : " ^2.1.4" ,
95
97
"typedoc" : " ^0.4.2" ,
96
- "typescript" : " ^2.0.0-dev.20160706 " ,
98
+ "typescript" : " ^2.0.0" ,
97
99
"typings" : " ^0.8.1" ,
98
100
"url-loader" : " ^0.5.7" ,
99
101
"webpack" : " 2.1.0-beta.15" ,
You can’t perform that action at this time.
0 commit comments