Skip to content
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

How to bundle meteor packages on a single file? #75

Open
onhate opened this issue Jun 14, 2019 · 1 comment
Open

How to bundle meteor packages on a single file? #75

onhate opened this issue Jun 14, 2019 · 1 comment

Comments

@onhate
Copy link

onhate commented Jun 14, 2019

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/

image

@gerkensm
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants