Closed minimit closed 4 days ago
this does not seem related to webpack-encore at all. I suggest you to report this to the sass-loader project instead.
Yes tried with webpack sass loader and the problem persist, thanks I'll post on sass loader
@minimit Maybe try adding quotes around the value:
options.additionalData = `$rootDir: '${rootDir}';`;
@minimit Maybe try adding quotes around the value:
options.additionalData = `$rootDir: '${rootDir}';`;
Yes seems to work like that thanks
Hello I've a problem compiling with sass loader:
When
rootDir
contains a point in the path, compiling gives this error: