From 6e00025aa326c33446c77bdca5da18d2f6afac4a Mon Sep 17 00:00:00 2001 From: Konstantinos Leimonis Date: Wed, 2 Oct 2024 10:37:08 +0100 Subject: [PATCH] docs: add ts-blank-loader reference Signed-Off-By: Konstantinos Leimonis --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1c77e1a..49e5d4c 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,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? +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) + ## Contributions We :heart: contributions.