Skip to content

Commit

Permalink
Apply 5f9bd3e to experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Jun 11, 2024
1 parent 0b0f11b commit 75b6a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-stylex/src/experimental.mts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export default function styleXVitePlugin({
if (typeof viteAlias.find === "string") {
// We need to convert Vite format to this plugin's format:
// Example: @ -> @/*
const alias = path.join(viteAlias.find, "*");
const alias = viteAlias.find.concat("/*");
aliases[alias] = [path.join(viteAlias.replacement, "*")];
}
}
Expand Down

0 comments on commit 75b6a01

Please sign in to comment.