-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Explorer: Reduce package size #15
Comments
@emeeks I opened this issue for reducing the package size. Feel free to add your comments or possible solutions. |
Looks like there are some unused deps like lodash in the package.json if that helps. https://github.com/nteract/nteract/blob/master/packages/data-explorer/package.json#L30 |
Probably won't affect the webpack bundle, but |
Similarly, Semiotic itself takes the majority of the weight, as seen here - it suggests the bundle is currently 1.1 MB if minified. This treemap could probably help with determining a bundle optimization strategy. (interactive source: https://bundlephobia.com/result?p=@nteract/[email protected] ) |
This issue hasn't had any activity on it in the last 90 days. Unfortunately we don't get around to dealing with every issue that is opened. Instead of leaving issues open we're seeking to be transparent by closing issues that aren't being prioritized. If no other activity happens on this issue in one week, it will be closed.
Thank you! |
@emeeks Reopening and transferring this to the data explorer repo. |
Is your feature request related to a problem? Please describe.
The bundled size of Data Explorer is currently 1.5MB, which is too large to be a reasonable component pulled in by other libraries.
Describe the solution you'd like
Need to reduce the size of the package. Open to any suggestions for scoping the requirements down.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: