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
First of all, thank you so much community and @ardatan for this awesome project, I really love DDP and that's all, I don't think MDG should build all stuff from scratch, but...
My question is if it's possible to bundle all meteor packages into a single bundle so I can work with chunks. Now my build has ~30 script files all coming from /packages/
The text was updated successfully, but these errors were encountered:
Did you ever find a solution to this problem?
We have the related problem that the Meteor/Atmosphere packages are not processed by babel. I cannot install the ecmascript packages to transpile them to ES5 within Meteor as this conflicts with the meteor-webpack package. As babel treats them as externals, I don't think I can specify how to transpile them anywhere.
My hope is that if you found a way to bundle them, this could also be used for transpilation to ES5.
Hi,
First of all, thank you so much community and @ardatan for this awesome project, I really love DDP and that's all, I don't think MDG should build all stuff from scratch, but...
My question is if it's possible to bundle all meteor packages into a single bundle so I can work with chunks. Now my build has ~30 script files all coming from /packages/
The text was updated successfully, but these errors were encountered: