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
Provide a way to may contributing easy. Currently there's no conventional way of seeing your live changes for a component, except storybook which may be limiting. This should speed up development significantly.
Setup a beta release channel. ex: npm i matte-ui@beta
Verify the bundle size of each component
Verify that the CSS of a component is loaded correctly in SSR
1. Seperate export per file - Likely https://rollupjs.org/guide/en/#outputpreservemodulesroot
2. CJS/ES6 exports (possibly esm as well)
betarelease channel. ex:npm i matte-ui@betaAdditional points:
cc @momegas @ksiabani any comments/suggestions?
#77