We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc846bd commit 4cbb6a7Copy full SHA for 4cbb6a7
packages/@vue/cli-service/generator/index.js
@@ -36,7 +36,7 @@ module.exports = (api, options) => {
36
37
if (options.cssPreprocessor) {
38
const deps = {
39
- // TODO: remove 'sass' option in v4
+ // TODO: remove 'sass' option in v4 or rename 'dart-sass' to 'sass'
40
sass: {
41
'node-sass': '^4.9.0',
42
'sass-loader': '^7.1.0'
@@ -47,7 +47,7 @@ module.exports = (api, options) => {
47
},
48
'dart-sass': {
49
fibers: '^3.1.1',
50
- 'dart-sass': '^1.16.0',
+ 'sass': '^1.16.0',
51
52
53
less: {
0 commit comments