Details
Assignee
UnassignedUnassignedReporter
Zak BurkeZak BurkePriority
TBDDevelopment Team
NoneEpic Name
transpileTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Zak Burke
Zak BurkePriority
Development Team
None
Epic Name
transpile
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 14, 2025 at 6:32 PM
Updated February 3, 2025 at 9:22 PM
Summary: transpile packages on publish, with source maps, so the bundling step doesn’t have to handle this. transpile-on-publish is SOP in the JS ecosystem and we should follow suit.
Details: Replaces
update
package.json
such that:main
points todist/index.js
(or whatever the appropriate file is)files
lists the array of files to include, limited todist
,translations
,assets
,README.md
,LICENSE
,CONTRIBUTING.md
, andCHANGELOG.md
.scripts
contains aprepare
entry likestripes transpile
orstripes transpile --files ./lib
move all code files from
.
into./src
or./lib