Multi-app Monorepo Followup #582
-
Following up on npm/rfcs#463 and npm/rfcs#470 (and the meeting notes here) … I'm a little unclear on the status of what's left to do here. I'm willing to help if I can! There were a few action items created as part of that meeting:
Taking the second action item first, is that something I should take on? I think it might be blocked by the first item on the list because right now the suggested workaround (below) isn't working with npm@8 or npm@7 … yet?
Is there any eta on landing npm-packlist in the cli? I've created a demo repo here to test out the workaround and see if I could come up with a "hacky" implementation of running prepare scripts on local bundled deps, but currently when I run [
{
"id": "@multi-app-monorepo/app-a@1.0.0",
"name": "@multi-app-monorepo/app-a",
"version": "1.0.0",
"size": 500,
"unpackedSize": 838,
"shasum": "4bd38bbbcc89e412082d48ef45849e53a3512f92",
"integrity": "sha512-+sHhXSMqS8BCZjuirZwAs2rgs1UU2O+mr+nGlBYSQadIWV9nSNA8NAhO6QW2IUYS6XM5TT5+uSQ2k03Y7+FaWg==",
"filename": "@multi-app-monorepo/app-a-1.0.0.tgz",
"files": [
{
"path": "index.js",
"size": 133,
"mode": 420
},
{
"path": "package.json",
"size": 705,
"mode": 420
}
],
"entryCount": 2,
"bundled": []
}
] I'd expect the package.json and index.js from pkgs/pkg-c to show up in the packed output of app-a (maybe under that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
cc/ @isaacs @ljharb @wraithgar who were at the meeting and part of the conversation and hopefully still have some context |
Beta Was this translation helpful? Give feedback.
cc/ @isaacs @ljharb @wraithgar who were at the meeting and part of the conversation and hopefully still have some context