Open benmccann opened 2 months ago
Could probably be replaced with a combination of tinyglobby and rmSync(path, { recursive: true, force: true });
tinyglobby
rmSync(path, { recursive: true, force: true });
https://github.com/facebook/docusaurus/blob/5bab0b54325638a6c75d4cb021b16c72a81773dd/packages/docusaurus/src/webpack/plugins/CleanWebpackPlugin.ts#L224
Could probably be replaced with a combination of
tinyglobby
andrmSync(path, { recursive: true, force: true });
https://github.com/facebook/docusaurus/blob/5bab0b54325638a6c75d4cb021b16c72a81773dd/packages/docusaurus/src/webpack/plugins/CleanWebpackPlugin.ts#L224