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
The zipped bs-platform package size is 44MB, I want to use it in aws lambda or electronjs, I have to remove files in bs-platform package except the lib/js and package.json, so can lib/js released as another npm package? it will be helpful.
Feel free to close this if no plan to do it.
The text was updated successfully, but these errors were encountered:
bs-platform size is so huge I manually do some crazy hacks to copy lib/js files out and then remove it from my node_modules after build. This is not always possible in deployment solutions like zeit now where they handle the build...I get disk space errors even trying to build my bs-platform project on zeit now v2.
The zipped bs-platform package size is 44MB, I want to use it in aws lambda or electronjs, I have to remove files in bs-platform package except the
lib/js
andpackage.json
, so canlib/js
released as another npm package? it will be helpful.Feel free to close this if no plan to do it.
The text was updated successfully, but these errors were encountered: