Commit a94eafa
committed
Exclude *.tsbuildinfo from shipped package
`@rollup/plugin-typescript` emits a warning while building,
hinting that `outputToFilesystem` defaults to true. To keep behavior and remove the warning, we just set it to `true`.
Although "noEmit" is set to `true` for the tsconfig, rollup writes a .tsbuildinfo.
The .tsbuildinfo is then also shipped inside the npm module and doesn't offer any benefit for library consumers.1 parent 380f5d6 commit a94eafa
File tree
2 files changed
+3
-1
lines changed- compiler/packages/babel-plugin-react-compiler
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments