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 2424- Remove obsolete option ` -bs-unsafe-empty-array ` . https://github.com/rescript-lang/rescript/pull/7635
2525- Clean up ` config.ml ` . https://github.com/rescript-lang/rescript/pull/7636
2626- 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
2728
2829#### :rocket : New Feature
2930
Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ fn extend_with_children(
550550 Path :: new ( & package. path ) ,
551551 filter,
552552 source,
553- build_dev_deps,
553+ package . is_local_dep && build_dev_deps,
554554 )
555555 } )
556556 . collect :: < Vec < AHashMap < PathBuf , SourceFileMeta > > > ( )
You can’t perform that action at this time.
0 commit comments