You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Generate meaningful CSS Modules class names (meteor-vue#357)
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.
0 commit comments