Hacker News new | past | comments | ask | show | jobs | submit login

Webpack allows you to change the format through its loader configuration. Perhaps, this could get implemented to CSS Modules too, if it’s not already.

loaders: [

  ...
  {
    test: /\.css$/,
    loader: 'css?localIdentName=[name]__[local]___[hash:base64:5]'
  }
]



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: