Skip to content

Commit

Permalink
🩹 fix(patch): sass-loader resolve issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Aug 17, 2023
1 parent 0afbbd5 commit 774c64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/@roots/bud-sass/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class BudSass extends BudSassOptions {
@bind
public override async register({build, hooks}: Bud) {
/** Source loader */
const loader = await this.resolve(`sass-loader`)
const loader = await this.resolve(`sass-loader`, import.meta.url)
if (!loader) return this.logger.error(`sass-loader not found`)

/** Source sass implementation */
Expand Down

0 comments on commit 774c64b

Please sign in to comment.