Closed fabiankaegy closed 2 months ago
Latest commit: 95aeb0f4cbbd713cda5c1230c5293a7773dc2866
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@Antonio-Laguna any .ts
/ .tsx
file that gets added as an entrypoint to webpack gets transpiled to just JS. So without this we had the issue that the file path we provide now is no longer correct in the dist block.json
since it still references the TS file.
So this fix here really is only to make sure we also rename the entry after assets are already transpiled :)
@fabiankaegy been a while since I've gone through this!! Thanks!
Related Issue/RFC: #414
Description of the Change
Alternate Designs
Possible Drawbacks
Verification Process
Checklist: