File tree 4 files changed +0
-123
lines changed
4 files changed +0
-123
lines changed Original file line number Diff line number Diff line change 43
43
"@angular/compiler-cli" : " ^2.3.1" ,
44
44
"@angular/core" : " ^2.3.1" ,
45
45
"@angular/tsc-wrapped" : " ^0.5.0" ,
46
- "async" : " ^2.1.4" ,
47
46
"autoprefixer" : " ^6.5.3" ,
48
47
"chalk" : " ^1.1.3" ,
49
48
"common-tags" : " ^1.3.1" ,
103
102
"webpack" : " ~2.2.0" ,
104
103
"webpack-dev-server" : " ~2.2.0" ,
105
104
"webpack-merge" : " ^2.4.0" ,
106
- "webpack-sources" : " ^0.1.3" ,
107
105
"zone.js" : " ^0.7.2"
108
106
},
109
107
"ember-addon" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import * as fs from 'fs';
4
4
import { stripIndent } from 'common-tags' ;
5
5
import { StaticAssetPlugin } from '../../plugins/static-asset' ;
6
6
import { GlobCopyWebpackPlugin } from '../../plugins/glob-copy-webpack-plugin' ;
7
- import { CompressionPlugin } from '../../lib/webpack/compression-plugin' ;
8
7
import { WebpackConfigOptions } from '../webpack-config' ;
9
8
10
9
@@ -75,12 +74,6 @@ export const getProdConfig = function (wco: WebpackConfigOptions) {
75
74
mangle : { screw_ie8 : true } ,
76
75
compress : { screw_ie8 : true , warnings : buildOptions . verbose } ,
77
76
sourceMap : buildOptions . sourcemap
78
- } ) ,
79
- new CompressionPlugin ( {
80
- asset : '[path].gz[query]' ,
81
- algorithm : 'gzip' ,
82
- test : / \. j s $ | \. h t m l $ | \. c s s $ / ,
83
- threshold : 10240
84
77
} )
85
78
] . concat ( extraPlugins )
86
79
} ;
Original file line number Diff line number Diff line change 28
28
"dependencies" : {
29
29
"@ngtools/json-schema" : " 1.0.3" ,
30
30
"@ngtools/webpack" : " 1.2.9" ,
31
- "async" : " ^2.1.4" ,
32
31
"autoprefixer" : " ^6.5.3" ,
33
32
"chalk" : " ^1.1.3" ,
34
33
"common-tags" : " ^1.3.1" ,
84
83
"webpack" : " ~2.2.0" ,
85
84
"webpack-dev-server" : " ~2.2.0" ,
86
85
"webpack-merge" : " ^2.4.0" ,
87
- "webpack-sources" : " ^0.1.3" ,
88
86
"zone.js" : " ^0.7.2"
89
87
},
90
88
"ember-addon" : {
You can’t perform that action at this time.
0 commit comments