Vlad Shcherbin
Vlad Shcherbin
@lukastaegert yeah, this turned out to cause a lot of difficulties for me. For server code, I don't need chunks. Array in config makes it hard to work with plugins...
While I'm not using Svelte (for now :smile:), I'll also upvote this. I also set `clearScreen` to false in my configs because I don't want rollup to erase logs from...
https://github.com/rollup/rollup/pull/2942 still clears screen and *"let's you scroll up"* to see previous logs, but they are not the same or even not working. Example on mac: step 1) run rollup...
@shellscape yeah, at first I also thought it's a good thing to have clean screen during watch, a new build - a new life 😄 Later I understood that if...
@lukastaegert how about setting clearScreen to false until a good enough working solution would be found? This screen clearing has been working strange for a long time, produced a quite...
@huygn you can change `nameValidate` to return `undefined` if there are no errors, like it's mentioned in the docs. Here is an example, check updated `nameValidate` function: https://codesandbox.io/s/jzp6q8yxw3
I do think that almost everyone is using scss now. I also think, that we can have similar tests as less/stylus packages. Basically, we need to test if the class...
Gulp script as the answer? Really? You not kidding me? Scan all the packages for _.scss_ files? F. the lazy people, force them to create an index file (index, styles,...
@sebakerckhof yes, so basically the package does the job and we can compile scss with all features. The last thing we need is the autoprefixer as a separate package. @stubailo...
@stubailo yes, having two packages for minifying and autoprefixer + minifying may be an option. It also can be a default as I don't know, how it can harm anyone....