Importing JS from other files, as well as packages and subfolders
By joel.r.langlois @joel_r_langlois
To be totally honest I haven't tried any of this yet, but the title says it all. I'm wondering if any of that is possible, and if there are examples (to be sure I don't bugger something up!)?
- Christian Scheuer @chrscheuer2022-01-19 21:02:48.524Z
See here:
Packages are considered self-contained deployment units so it's not advised to have module exports across package boundaries as that would break if you ever publish such a package.