Skip to content

Commit

Permalink
docs: add ts-blank-loader reference
Browse files Browse the repository at this point in the history
Signed-Off-By: Konstantinos Leimonis <[email protected]>
  • Loading branch information
leimonio committed Oct 2, 2024
1 parent 3c8f7c5 commit 6e00025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6e00025

Please sign in to comment.