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
  • Loading branch information
sodatea committed Aug 21, 2019
1 parent fba2ad0 commit 55e1c3c
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 @@ -41,7 +41,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 55e1c3c

Please sign in to comment.