diff --git a/README.md b/README.md index 158dd9c..fc802be 100644 --- a/README.md +++ b/README.md @@ -226,9 +226,9 @@ TypeScript may add an `export {};` if all `import`s and `export`s were removed ( Because `ts-blank-space` only removes code, this is not performed. To force the output to always have an ESM syntactic marker, you can manually append `"export {};"`; -## Looking into a bundler integration? +## 3rd party ecosystem plugins -There is currently a third-party module providing integration with Webpack & Rspack - Find more about [ts-blank-loader](https://github.com/leimonio/ts-blank-loader) +- Webpack/Rspack: [ts-blank-loader](https://github.com/leimonio/ts-blank-loader) ## Contributions