File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ module.exports = (api, projectOptions) => {
49
49
if ( api . hasPlugin ( 'babel' ) ) {
50
50
addLoader ( {
51
51
// TODO: I guess the intent is to require the `babel-loader` provided by the Babel vue
52
- // plugin, but that means we now rely on the hoisting. It should instead we queried
52
+ // plugin, but that means we now rely on the hoisting. It should instead be queried
53
53
// against the plugin itself, or through a peer dependency.
54
+ // eslint-disable-next-line node/no-extraneous-require
54
55
loader : require . resolve ( 'babel-loader' )
55
56
} )
56
57
}
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ module.exports = (api, rootOptions) => {
161
161
}
162
162
163
163
if ( loader ) {
164
- let resolvedLoader ;
164
+ let resolvedLoader
165
165
try {
166
166
resolvedLoader = require . resolve ( loader )
167
167
} catch ( error ) {
Original file line number Diff line number Diff line change 73
73
"thread-loader" : " ^2.1.2" ,
74
74
"url-loader" : " ^2.1.0" ,
75
75
"vue-loader" : " ^15.7.0" ,
76
+ "vue-style-loader" : " ^4.1.0" ,
76
77
"webpack" : " ^4.0.0" ,
77
78
"webpack-bundle-analyzer" : " ^3.3.2" ,
78
79
"webpack-chain" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments