File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
packages/signals/signals-runtime/src Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ Encapsults Signals runtime functionality, in order to share logic between the si
33
44### Development
55` yarn build ` generate the following artifacts:
6- | Artifact | Description |
6+ | Generated File(s) | Description |
77| --------| -------------|
8- | ` /dist/cjs/index.js ` | For npm library users |
9- | ` /dist/esm/index.js ` | For npm library users |
10- | ` /dist/global/index.js ` | Bundle that ` globalThis.SignalsRuntime ` |
11- | ` ./dist/global/editor/*.d.ts ` | Runtime artifacts for powering autocomplete on app.segment.com |
8+ | ` /dist/esm/index.js ` | For ` @segment/analytics-signals ` to consume |
9+ | ` /dist/global/index.js ` | Exposes ` globalThis.SignalsRuntime ` , either through the script tag or in the mobile JS engine. |
10+ | ` /dist/editor/*.d.ts ` | Runtime artifacts for powering autocomplete on app.segment.com |
You can’t perform that action at this time.
0 commit comments