File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,12 @@ exports.cssLoaders = function(options) {
78
78
postcss : generateLoaders ( ) ,
79
79
less : generateLoaders ( 'less' ) ,
80
80
sass : generateLoaders ( 'sass' , {
81
- indentedSyntax : true
81
+ indentedSyntax : true ,
82
+ implementation : require ( 'sass' )
83
+ } ) ,
84
+ scss : generateLoaders ( 'sass' , {
85
+ implementation : require ( 'sass' )
82
86
} ) ,
83
- scss : generateLoaders ( 'sass' ) ,
84
87
stylus : generateLoaders ( 'stylus' ) ,
85
88
styl : generateLoaders ( 'stylus' )
86
89
}
Original file line number Diff line number Diff line change 88
88
"mini-css-extract-plugin" : " 0.4.1" ,
89
89
"nightwatch" : " ^1.0.19" ,
90
90
"node-notifier" : " 5.2.1" ,
91
- "node-sass" : " 8.0.0" ,
92
91
"optimize-css-assets-webpack-plugin" : " 5.0.0" ,
93
92
"ora" : " 3.0.0" ,
94
93
"path-to-regexp" : " 2.4.0" ,
98
97
"postcss-url" : " 7.3.2" ,
99
98
"request" : " ^2.88.0" ,
100
99
"rimraf" : " 2.6.2" ,
101
- "sass-loader" : " 7.0.3" ,
100
+ "sass" : " ^1.56.1" ,
101
+ "sass-loader" : " ^7.3.1" ,
102
+ "script-ext-html-webpack-plugin" : " ^2.1.5" ,
102
103
"script-loader" : " 0.7.2" ,
103
104
"semver" : " 5.5.0" ,
104
105
"serve-static" : " 1.13.2" ,
113
114
"webpack" : " 4.16.5" ,
114
115
"webpack-cli" : " 3.1.0" ,
115
116
"webpack-dev-server" : " 3.2.1" ,
116
- "webpack-merge" : " 4.1.4" ,
117
- "script-ext-html-webpack-plugin" : " ^2.1.5"
117
+ "webpack-merge" : " 4.1.4"
118
118
},
119
119
"engines" : {
120
120
"node" : " >=16" ,
You can’t perform that action at this time.
0 commit comments