You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the src and built package files under a same package, allowing to share dependencies in a common package.json.
Keep shipping only the built files, excluding the source files from the package distributed on npm (either via .npmignore or the "files" field in package.json).
This change will affect longstanding pieces of work, like Exit this page or Tasklist, so we'll need to make sure to help these branches get rebased.
What
Move the
src
and built package files under a same package, allowing to share dependencies in a commonpackage.json
.Keep shipping only the built files, excluding the source files from the package distributed on npm (either via
.npmignore
or the "files" field inpackage.json
).This change will affect longstanding pieces of work, like Exit this page or Tasklist, so we'll need to make sure to help these branches get rebased.
Why
Details for this decision can be found in our architecture repository
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
Tasks
The text was updated successfully, but these errors were encountered: