Skip to content

Commit

Permalink
feat: bump default less-loader version (#4468)
Browse files Browse the repository at this point in the history
Resolves #4454

(cherry picked from commit 55e1c3c)
  • Loading branch information
sodatea committed Aug 21, 2019
1 parent 4fe9f73 commit cc9a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/generator/index.js
Expand Up @@ -50,7 +50,7 @@ module.exports = (api, options) => {
},
less: {
'less': '^3.0.4',
'less-loader': '^4.1.0'
'less-loader': '^5.0.0'
},
stylus: {
'stylus': '^0.54.5',
Expand Down

0 comments on commit cc9a513

Please sign in to comment.