Ilia Andrienko
Ilia Andrienko
In my case, all *.log files are gitignored. But they show even if they ignore them manually:  (I want `snippets.build.log` to be hidden, doesnt hide it even if I...
- relpaced [rollup-plugin-typescript](https://www.npmjs.com/package/rollup-plugin-typescript) with [rollup-plugin-typescript2](https://www.npmjs.com/package/rollup-plugin-typescript2), which is more actively maintained - so it now builds again - removed `rollup-plugin-babel` which was not used - added `tslint` dev dependency, so `npm...
I have Windows 11, and I play on built-in intel GPU. It worked just fine on windows 10 (at least it never happened there)  So, the issue is -...
### The issue I am using tw4 in my vite project, with vite plugin. In the project itself it works as expected. In ladle it used to work before, but...
The [recipe](https://github.com/gulpjs/gulp/blob/master/docs/recipes/delete-files-folder.md) states, that users got to use `del` package to delete files. Packages I used previously for that, `gulp-clean` and `gulp-rimraf` are now both deprecated in favor of the...