File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ module.exports = {
8080 } ,
8181 ]
8282 } ,
83+ sassLoader : {
84+ includePaths : [ path . join ( __dirname , '../node_modules' ) ]
85+ } ,
8386 eslint : {
8487 formatter : require ( 'eslint-friendly-formatter' )
8588 }
Original file line number Diff line number Diff line change 8282 "vue-loader" : " ^11.1.4" ,
8383 "vue-multiselect" : " ^2.0.0-beta.15" ,
8484 "vue-router" : " ^2.3.0" ,
85- "vue-style-loader" : " ^2.0.3" ,
8685 "vue-template-compiler" : " ^2.2.1" ,
8786 "webpack" : " ^1.13.2" ,
8887 "webpack-dev-middleware" : " ^1.10.1" ,
Original file line number Diff line number Diff line change 1- @import ' ~ /vue-multiselect/dist/vue-multiselect.min.css ' ;
1+ @import ' . /vue-multiselect/dist/vue-multiselect.min' ;
22@import ' ../conf' ;
33
44.multiselect__select {
You can’t perform that action at this time.
0 commit comments