rollup-plugin-delete icon indicating copy to clipboard operation
rollup-plugin-delete copied to clipboard

Delete files and folders using Rollup

Results 5 rollup-plugin-delete issues
Sort by recently updated
recently updated
newest added

Is there a way to clean up empty folders after the plugin ran?

More of a discussion to make this issue searchable. I don't think that the code fix is needed since it can be fixed with a configuration change. The issue is...

**What's the problem this PR addresses?** https://github.com/vladshcherbin/rollup-plugin-delete/commit/18a747728d8314e6ba62a128730243575cdd786f removed the peer dependency on `rollup` but it's required for the types to be guaranteed access to `rollup`, without it, the plugin relies...

I was getting TS2349 when editing my project's `vite.config.ts` related to the exported default `del` function. We have forked this project into [kineticcafe/rollup-plugin-delete](https://github.com/kineticcafe/rollup-plugin-delete) and released it as [@kineticcafe/rollup-plugin-delete](https://www.npmjs.com/package/@kineticcafe/rollup-plugin-delete). The main...

Using rollup-plugin-delete with vite in vscode i have the following complaint: Argument of type '({ mode }: ConfigEnv) => { plugins: (Plugin_2 | Plugin_2[] | Plugin | null)[]; optimizeDeps: {...