Skip to content

Commit 4cbb6a7

Browse files
committed
fix: use correct package name for dart sass
1 parent fc846bd commit 4cbb6a7

File tree

1 file changed

+2
-2
lines changed
  • packages/@vue/cli-service/generator

1 file changed

+2
-2
lines changed

packages/@vue/cli-service/generator/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = (api, options) => {
3636

3737
if (options.cssPreprocessor) {
3838
const deps = {
39-
// TODO: remove 'sass' option in v4
39+
// TODO: remove 'sass' option in v4 or rename 'dart-sass' to 'sass'
4040
sass: {
4141
'node-sass': '^4.9.0',
4242
'sass-loader': '^7.1.0'
@@ -47,7 +47,7 @@ module.exports = (api, options) => {
4747
},
4848
'dart-sass': {
4949
fibers: '^3.1.1',
50-
'dart-sass': '^1.16.0',
50+
'sass': '^1.16.0',
5151
'sass-loader': '^7.1.0'
5252
},
5353
less: {

0 commit comments

Comments
 (0)