es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
386 stars 2 forks source link

Replace `del` in docusuarus #105

Open benmccann opened 2 months ago

benmccann commented 2 months ago

Could probably be replaced with a combination of tinyglobby and rmSync(path, { recursive: true, force: true });

https://github.com/facebook/docusaurus/blob/5bab0b54325638a6c75d4cb021b16c72a81773dd/packages/docusaurus/src/webpack/plugins/CleanWebpackPlugin.ts#L224