File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -8078,15 +8078,7 @@ let handle_file_group oc ~package_specs ~js_post_build_cmd acc (group: Bsb_buil
8078
8078
let output_js =
8079
8079
String_set. fold (fun s acc ->
8080
8080
Bsb_config. package_output ~format: s (output_file_sans_extension ^ Literals. suffix_js)
8081
- (* let prefix =
8082
- if s = Literals.commonjs then
8083
- Bsb_config.common_js_prefix
8084
- else if s = Literals.amdjs then
8085
- Bsb_config.amd_js_prefix
8086
- else Bsb_config.goog_prefix
8087
- in
8088
- (Bsb_config.proj_rel @@ prefix
8089
- output_file_sans_extension ^ Literals.suffix_js) *) :: acc
8081
+ :: acc
8090
8082
) package_specs []
8091
8083
in
8092
8084
(* let output_mldeps = output_file_sans_extension ^ Literals.suffix_mldeps in *)
Original file line number Diff line number Diff line change @@ -323,15 +323,7 @@ let handle_file_group oc ~package_specs ~js_post_build_cmd acc (group: Bsb_buil
323
323
let output_js =
324
324
String_set. fold (fun s acc ->
325
325
Bsb_config. package_output ~format: s (output_file_sans_extension ^ Literals. suffix_js)
326
- (* let prefix =
327
- if s = Literals.commonjs then
328
- Bsb_config.common_js_prefix
329
- else if s = Literals.amdjs then
330
- Bsb_config.amd_js_prefix
331
- else Bsb_config.goog_prefix
332
- in
333
- (Bsb_config.proj_rel @@ prefix
334
- output_file_sans_extension ^ Literals.suffix_js) *) :: acc
326
+ :: acc
335
327
) package_specs []
336
328
in
337
329
(* let output_mldeps = output_file_sans_extension ^ Literals.suffix_mldeps in *)
You can’t perform that action at this time.
0 commit comments