Closed mplewis closed 7 years ago
Should only set it to true
when enabled JSX
Thanks for catching that. I moved the cssModules
declaration inside the #if jsx
check.
Thanks a bunch for merging this! I appreciate the work you are doing on VBuild and Vuepack.
The Counter component uses CSS Modules –
<div class={style.counter}>
.Since Counter is rendered as part of the default template, I think it would help newbies to enable CSS Modules, just in case they can't figure out why their CSS Modules aren't working.