Skip to content

Commit

Permalink
Merge pull request #5 from rambler-digital-solutions/change-localIden…
Browse files Browse the repository at this point in the history
…tName

feat(css): change localIdentName
  • Loading branch information
andrepolischuk authored Jul 8, 2024
2 parents f47173c + 32b4e8c commit e28c458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = () => ({
modifyWebpackConfig({env: {target, dev: isDev}, webpackConfig}) {
const isServer = target === 'node'

const localIdentName = isDev ? '[path][local]' : '[contenthash:base64:8]'
const localIdentName = isDev ? '[path][name]__[local]' : '[contenthash:base64:8]'

let loaders
let vendorCSSLoaders
Expand Down

0 comments on commit e28c458

Please sign in to comment.