File tree Expand file tree Collapse file tree 3 files changed +1381
-1354
lines changed Expand file tree Collapse file tree 3 files changed +1381
-1354
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ exports.cssLoaders = function (options) {
21
21
// (which is the case during production build)
22
22
if ( options . extract ) {
23
23
return ExtractTextPlugin . extract ( {
24
- loader : sourceLoader ,
25
- fallbackLoader : 'vue-style-loader'
24
+ use : sourceLoader ,
25
+ fallback : 'vue-style-loader'
26
26
} )
27
27
} else {
28
28
return [ 'vue-style-loader' , sourceLoader ] . join ( '!' )
Original file line number Diff line number Diff line change 45
45
"css-loader" : " ^0.26.1" ,
46
46
"download-git-repo" : " ^0.2.1" ,
47
47
"express" : " ^4.14.0" ,
48
- "extract-text-webpack-plugin" : " 2.0.0-beta.5 " ,
48
+ "extract-text-webpack-plugin" : " ^ 2.0.0-rc.3 " ,
49
49
"file-loader" : " ^0.9.0" ,
50
50
"friendly-errors-webpack-plugin" : " ^1.1.2" ,
51
51
"handlebars" : " ^4.0.5" ,
You can’t perform that action at this time.
0 commit comments