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
Refactor src/utils/d3-delaunay into packages/d3-delaunay
Refactor/cleanup src/mocks into respective packages/ or top-level utils. Might consider using a packages/mock-data to store all sample charts mock datasets.
Refactor playground into apps/playground
Refactor storybook and stories into apps/storybook
Refactor storybook-docs into apps/storybook-docs
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Switch to use yarn workspaces.
This would enable to following:
react
, etc. to apeerDependency
which will improve bundle size and usability.node@>10
package.json "engine" is too restrictive #359Tasks
src
intopackages/elastic-charts/src
- build(workspaces): implement src as workspace package #1178src/utils/d3-delaunay
intopackages/d3-delaunay
src/mocks
into respectivepackages/
or top-level utils. Might consider using apackages/mock-data
to store all sample charts mock datasets.playground
intoapps/playground
storybook
andstories
intoapps/storybook
storybook-docs
intoapps/storybook-docs
The text was updated successfully, but these errors were encountered: