Closed git-toni closed 8 years ago
Thanks for the PR!
Main initial difference: rollup-plugin-sass could not handle multiple imports. Looks like it's been implemented now. Looking at the source code, it doesn't seem to support rollup-watch yet.
Another difference is the default behaviour, rollup-plugin-sass resolves the import as a string while rollup-plugin-scss outputs a file.
The coding style is quite different, baza-fe uses async & await, where I keep it simple with minimal dependencies.
As a side question: in what way is this repository different than this one? Is it because of this
Integrates nicely with rollup-plugin-vue2
? Haven't had the change to play with vue2 yet, not even vue.v1!