mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
fix(v2): dev css modules classnames should include filename (#5034)
This commit is contained in:
parent
8bda3b2dbf
commit
4e88ea0a1a
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ export function createBaseConfig(
|
|||
modules: {
|
||||
localIdentName: isProd
|
||||
? `[local]_[contenthash:base64:4]`
|
||||
: `[local]_[path]`,
|
||||
: `[local]_[path][name]`,
|
||||
exportOnlyLocals: isServer,
|
||||
},
|
||||
importLoaders: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue