Skip to content

Commit

Permalink
docs: add ts-blank-loader reference (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantinos Leimonis <[email protected]>
Signed-off-by: leimonio <[email protected]>
Co-authored-by: Ashley Claymore <[email protected]>
  • Loading branch information
leimonio and acutmore authored Oct 2, 2024
1 parent d0002be commit 58d24f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ 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 {};"`;

## 3rd party ecosystem plugins

- Webpack/Rspack: [ts-blank-loader](https://github.com/leimonio/ts-blank-loader)

## Contributions

We :heart: contributions.
Expand Down

0 comments on commit 58d24f4

Please sign in to comment.