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 8cc9ea5 commit 59d6a7cCopy full SHA for 59d6a7c
packages/@vue/cli-service/lib/config/css.js
@@ -23,7 +23,7 @@ module.exports = (api, rootOptions) => {
23
} catch (e) {}
24
if (sassLoaderVersion < 8) {
25
pauseSpinner()
26
- warn('sass-loader v8 is out, please consider upgrading your sass-loader version.')
+ warn('A new version of sass-loader is available. Please upgrade for best experience.')
27
resumeSpinner()
28
}
29
0 commit comments