File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 55
55
"ember-cli-string-utils" : " ^1.0.0" ,
56
56
"enhanced-resolve" : " ^2.3.0" ,
57
57
"exists-sync" : " 0.0.3" ,
58
- "extract-text-webpack-plugin" : " ^2.0.0-beta.5 " ,
58
+ "extract-text-webpack-plugin" : " ^2.0.0-rc.1 " ,
59
59
"file-loader" : " ^0.8.5" ,
60
60
"findup" : " 0.1.5" ,
61
61
"fs-extra" : " ^0.30.0" ,
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
92
92
if ( globalStylePaths . length > 0 ) {
93
93
rules . push ( ...baseRules . map ( ( { test, loaders} ) => ( {
94
94
include : globalStylePaths , test, loaders : ExtractTextPlugin . extract ( {
95
- remove : false ,
96
95
loader : [
97
96
// css-loader doesn't support webpack.LoaderOptionsPlugin properly,
98
97
// so we need to add options in its query
Original file line number Diff line number Diff line change 44
44
"ember-cli-normalize-entity-name" : " ^1.0.0" ,
45
45
"ember-cli-string-utils" : " ^1.0.0" ,
46
46
"exists-sync" : " 0.0.3" ,
47
- "extract-text-webpack-plugin" : " ^2.0.0-beta.4 " ,
47
+ "extract-text-webpack-plugin" : " ^2.0.0-rc.1 " ,
48
48
"file-loader" : " ^0.8.5" ,
49
49
"findup" : " 0.1.5" ,
50
50
"fs-extra" : " ^0.30.0" ,
You can’t perform that action at this time.
0 commit comments