Skip to content

Commit

Permalink
Update packages/pigment-css-unplugin/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Siriwat K <siriwatkunaporn@gmail.com>
Signed-off-by: Brijesh Bittu <brijeshb42@gmail.com>
  • Loading branch information
brijeshb42 and siriwatknp authored Mar 15, 2024
1 parent b0f46fd commit 17dd2c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/pigment-css-unplugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ export const plugin = createUnplugin<PigmentOptions, true>((options) => {
return result;
}
if (webpackResolver) {
const resolved = webpackResolver(what, importer, stack);
return resolved;
return webpackResolver(what, importer, stack);
}
return asyncResolveFallback(what, importer, stack);
};
Expand Down

0 comments on commit 17dd2c1

Please # to comment.