Vlad Shcherbin

Results 170 comments of Vlad Shcherbin

@stalniy I had this in [1.0.0](https://github.com/vladshcherbin/rollup-plugin-copy/blob/1.0.0/src/index.js#L36). However, I removed it when [hook](https://github.com/vladshcherbin/rollup-plugin-copy#hook) option was added. Currently, `buildEnd` hook is used as a default one and it is executed before `outputOptions`...

I can add `outputFolder` option back so you can set global folder once, but you'll still need to set it (duplicate). Don't know a way to make autodetection since `outputOptions`...

Using object instead of true returns `undefined` again: ```js postcss({ modules: { localsConvention: 'dashesOnly' }, onlyModules: false }) ```

@enure postcss with modules has all class names, used in files. They can be passed to cssnano and unused classes will be removed from extracted css file. I'm not sure...

As per scaling, you can try using css [zoom property](https://developer.mozilla.org/en-US/docs/Web/CSS/zoom). Here is how it looks with 0.5: ![image](https://user-images.githubusercontent.com/6711845/85201840-0817a180-b30b-11ea-8d15-9c6b8b90004c.png) Saw it [here](https://theme-ui.com/recipes).

Can someone provide a reproduction repo? I'll try to find the underlying reason 🙌

Released in 3.5.0 under `copySync` option. I've tried to replicate the error locally with no luck, hopefully this option will help resolve the errors you have, guys. I'd be happy...

Proposed fix was released in 3.5.0 under `copySync` option. I've tried to replicate the error locally with no luck, hopefully this option will help resolve the errors you have, guys....