File tree 4 files changed +5
-6
lines changed
addon/ng2/blueprints/ng2/files
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ We're updating the build system in Angular-CLI to use webpack instead of Broccol
22
22
23
23
You can install and update your projects using [ these instructions] ( https://github.com/angular/angular-cli/blob/master/WEBPACK_UPDATE.md ) .
24
24
25
+ ** The current instructions on this file reflect usage for the ` webpack ` version.**
26
+
25
27
## Prerequisites
26
28
27
29
The generated project has dependencies that require ** Node 4 or greater** .
Original file line number Diff line number Diff line change 12
12
"target" : " es5" ,
13
13
"typeRoots" : [
14
14
" ../node_modules/@types"
15
- ],
16
- "types" : [
17
- " jasmine"
18
15
]
19
16
}
20
17
}
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ module.exports = function (config) {
19
19
}
20
20
} ,
21
21
files : [
22
- { pattern : './src /test.ts' , watched : false }
22
+ { pattern : './<%= sourceDir %> /test.ts' , watched : false }
23
23
] ,
24
24
preprocessors : {
25
- './src /test.ts' : [ 'angular-cli' ]
25
+ './<%= sourceDir %> /test.ts' : [ 'angular-cli' ]
26
26
} ,
27
27
remapIstanbulReporter : {
28
28
reports : {
Original file line number Diff line number Diff line change 37
37
"@types/rimraf" : " 0.0.25-alpha" ,
38
38
"@types/webpack" : " ^1.12.22-alpha" ,
39
39
"angular2-template-loader" : " ^0.4.0" ,
40
- "awesome-typescript-loader" : " ^2.1 .1" ,
40
+ "awesome-typescript-loader" : " ^2.2 .1" ,
41
41
"chalk" : " ^1.1.3" ,
42
42
"compression-webpack-plugin" : " ^0.3.1" ,
43
43
"copy-webpack-plugin" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments