From 7fc86dabd366edc2c418abceabb3c8a1184b3ebd Mon Sep 17 00:00:00 2001 From: leimonio <1969742+leimonio@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:49:02 +0100 Subject: [PATCH] Update README.md Co-authored-by: Ashley Claymore Signed-off-by: leimonio <1969742+leimonio@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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