Mark this key as module-specific. For example, the `js-bin` config option makes sense only when applied to a single module. The `server` config option makes sense for multiple publish targets
(mut self)
| 621 | /// only when applied to a single module. The `server` config option makes sense for |
| 622 | /// multiple publish targets |
| 623 | pub fn module_specific(mut self) -> Self { |
| 624 | self.module_specific = true; |
| 625 | self |
| 626 | } |
| 627 | |
| 628 | /// Mark this key as generate-entry-specific. These keys (like `language`, `out_dir`) |
| 629 | /// only make sense when a single generate entry is targeted. If multiple generate |
no outgoing calls