Vlad Shcherbin

Results 170 comments of Vlad Shcherbin

Using `*.jsx` as file extension also resolves the problem.

@Lepozepo same error here. Please add the v4 thing :(

@khmm12 it's almost possible to pass a custom logger [here](https://github.com/khmm12/knex-tiny-logger/blob/2.0.0/src/index.js#L73). It returns format, colorized time and colorized query. For my needs I want clean time and query, without colors. I'll...

@candyapplecorn hey, the api looks exactly what I need. I've tried your branch, but it gives an error for me. I tried both variants from your message and the error...

@monarchwadia hey 👋 I've tested a simple `json` transform locally and it works for me - [test repository](https://github.com/vladshcherbin/rollup-plugin-copy-transform). `manifest.json` from `assets` is transformed and saved to `dist` folder. Can you...

@piscium2010, @PascalLuginbuehl can you try upgrading `fs-extra` dependency to v9 and see if `fs.copy` still gives error in your project? Thanks

@shellscape sure, lets do it. Give me some time to merge PRs and then proceed with moving.

Time to check this one, thank you for helping :)

I've checked and tested this a bit. Everything is fine, except glob support. Chokidar uses `picomatch` inside which has less features than glob package used for copying here. I'm not...