Skip to content

Commit

Permalink
Merge pull request #72 from player-ui/easier-xlr
Browse files Browse the repository at this point in the history
Create Specific Export for XLR Manifest
  • Loading branch information
KetanReddy authored Aug 30, 2024
2 parents 90169ea + 9dd18b0 commit bbcb06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/private/js_xlr_pipeline.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def js_xlr_pipeline(name = None, xlr_mode = "plugin", xlr_input_dir = "src", src
create_package_json_args = {
"additional_exports": {
"./dist/xlr/*": "./dist/xlr/*",
"./xlr": "./dist/xlr/manifest.js",
},
},
**kwargs
Expand Down

0 comments on commit bbcb06a

Please sign in to comment.