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 2e8b2ef commit 3becbfeCopy full SHA for 3becbfe
packages/vue-sass/vue-sass.js
@@ -24,7 +24,7 @@ function resolveImport (dependencyManager) {
24
try {
25
// get the package.json config option and create paths for the requested file.
26
pkg.vue.css.sass.includePaths.forEach((str) => {
27
- importPaths.push(path.resolve(str, url))
+ importPaths.push(path.resolve(str, resolvedFilename))
28
})
29
} catch (e) {
30
// Ignore error. package.json option is not set.
0 commit comments