From 32b4e8cd7435b2b0ea5d175424ce72528c832615 Mon Sep 17 00:00:00 2001 From: Ovechkin Date: Mon, 8 Jul 2024 14:54:15 +0300 Subject: [PATCH] feat(css): change localIdentName --- packages/css/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/css/index.js b/packages/css/index.js index 411125a..bcc1fa1 100644 --- a/packages/css/index.js +++ b/packages/css/index.js @@ -7,7 +7,7 @@ module.exports = () => ({ modifyWebpackConfig({env: {target, dev: isDev}, webpackConfig}) { const isServer = target === 'node' - const localIdentName = isDev ? '[path]__[name]__[local]' : '[contenthash:base64:8]' + const localIdentName = isDev ? '[path][name]__[local]' : '[contenthash:base64:8]' let loaders let vendorCSSLoaders