File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5555 "ember-cli-string-utils" : " ^1.0.0" ,
5656 "enhanced-resolve" : " ^2.3.0" ,
5757 "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 " ,
5959 "file-loader" : " ^0.8.5" ,
6060 "findup" : " 0.1.5" ,
6161 "fs-extra" : " ^0.30.0" ,
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
9292 if ( globalStylePaths . length > 0 ) {
9393 rules . push ( ...baseRules . map ( ( { test, loaders} ) => ( {
9494 include : globalStylePaths , test, loaders : ExtractTextPlugin . extract ( {
95- remove : false ,
9695 loader : [
9796 // css-loader doesn't support webpack.LoaderOptionsPlugin properly,
9897 // so we need to add options in its query
Original file line number Diff line number Diff line change 4444 "ember-cli-normalize-entity-name" : " ^1.0.0" ,
4545 "ember-cli-string-utils" : " ^1.0.0" ,
4646 "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 " ,
4848 "file-loader" : " ^0.8.5" ,
4949 "findup" : " 0.1.5" ,
5050 "fs-extra" : " ^0.30.0" ,
You can’t perform that action at this time.
0 commit comments