Skip to content

Commit

Permalink
fix site docs for webpack integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Jan 27, 2024
1 parent 0e71fbb commit c198842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/integrations/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Different formatting of identifiers (e.g. class names, keyframes, CSS Vars, etc)
- A custom identifier function takes an object parameter with properties `hash`, `filePath`, `debugId`, and `packageName`, and returns a customized identifier. e.g.

```ts
VanillaExtractPlugin({
new VanillaExtractPlugin({
identifiers: ({ hash }) => `prefix_${hash}`
});
```
Expand Down

0 comments on commit c198842

Please sign in to comment.