File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
- Remove obsolete option ` -bs-unsafe-empty-array ` . https://github.com/rescript-lang/rescript/pull/7635
25
25
- Clean up ` config.ml ` . https://github.com/rescript-lang/rescript/pull/7636
26
26
- Rewatch: simplify getting bsc path. https://github.com/rescript-lang/rescript/pull/7634
27
+ - Rewatch: only get ` "type": "dev" ` source files for local packages. https://github.com/rescript-lang/rescript/pull/7646
27
28
28
29
#### :rocket : New Feature
29
30
Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ fn extend_with_children(
550
550
Path :: new ( & package. path ) ,
551
551
filter,
552
552
source,
553
- build_dev_deps,
553
+ package . is_local_dep && build_dev_deps,
554
554
)
555
555
} )
556
556
. collect :: < Vec < AHashMap < PathBuf , SourceFileMeta > > > ( )
You can’t perform that action at this time.
0 commit comments