meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

Generate meaningful CSS Modules class names #357

Closed red-meadow closed 5 years ago

red-meadow commented 5 years ago

Using class names in the form of .<vue_component_name>_<local_class_name>__<hash> (similarly to vue-loader) instead of .vue-module-<hash>-<hash> should simplify debugging a lot.

Akryum commented 5 years ago

Thanks!