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 0afbbd5 commit 3d2078cCopy full SHA for 3d2078c
sources/@roots/bud-sass/src/extension.ts
@@ -41,7 +41,7 @@ export class BudSass extends BudSassOptions {
41
@bind
42
public override async register({build, hooks}: Bud) {
43
/** Source loader */
44
- const loader = await this.resolve(`sass-loader`)
+ const loader = await this.resolve(`sass-loader`, import.meta.url)
45
if (!loader) return this.logger.error(`sass-loader not found`)
46
47
/** Source sass implementation */
0 commit comments