Skip to content

Commit

Permalink
fix(gatsby): Use hex hash for CSS modules (#36701) (#36756)
Browse files Browse the repository at this point in the history
Co-authored-by: Ty Hopp <tyhopp@users.noreply.github.com>
  • Loading branch information
ViCo0TeCH and tyhopp committed Oct 7, 2022
1 parent 4c4222a commit b264d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/webpack-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export const createWebpackUtils = (
modulesOptions = {
auto: undefined,
namedExport: true,
localIdentName: `[name]--[local]--[hash:base64:5]`,
localIdentName: `[name]--[local]--[hash:hex:5]`,
exportLocalsConvention: `dashesOnly`,
exportOnlyLocals: isSSR,
}
Expand Down

0 comments on commit b264d17

Please sign in to comment.