Skip to content

Commit

Permalink
Fix postcss-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Sep 29, 2024
1 parent afa7786 commit ccab1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformers/postcss/src/PostCSSTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ async function createLoader(
options: PluginOptions,
) {
let {default: FileSystemLoader} = await options.packageManager.require(
'postcss-modules/build/css-loader-core/loader',
'postcss-modules/build/FileSystemLoader',
asset.filePath,
);
return class ParcelFileSystemLoader extends FileSystemLoader {
Expand Down

0 comments on commit ccab1bc

Please sign in to comment.