Closed etelford closed 8 years ago
This adds the sass-loader module by default so we can do:
sass-loader
<style lang="sass"> ... </style>
Seems like a nice thing to do. The Vue.js v2 version of this is doing it, too.
This adds the
sass-loader
module by default so we can do:Seems like a nice thing to do. The Vue.js v2 version of this is doing it, too.