UNPKG

177 BPlain TextView Raw
1{
2 plugins: [
3 ["react-css-modules", {
4 removeImport: true,
5 generateScopedName: "[name]__[local]__[hash:base64:5]"
6 }],
7 "transform-class-properties"
8 ]
9}