Skip to content

Commit

Permalink
Clarify dead code elimination (oven-sh#7639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashoener authored Dec 14, 2023
1 parent 5029fc8 commit dc0736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bundler/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function returnFalse() {
}
```

...then bundling the following file will produce an empty bundle.
...then bundling the following file will produce an empty bundle, provided that the minify syntax option is enabled.

```ts
import {returnFalse} from './returnFalse.ts' with { type: 'macro' };
Expand Down

0 comments on commit dc0736d

Please sign in to comment.