-
Notifications
You must be signed in to change notification settings - Fork 0
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
Discussions in other repos #1
Comments
Thanks! |
Here's how Meteor 1.6.2 plans to solve this problem: meteor/meteor#9771 Although Meteor does not recompile packages installed in
In both cases, Meteor will compile the exposed code as if it was part of your application, using whatever compiler plugins you have installed. You can influence this compilation using |
Been using https://editions.bevry.me for years now, and automated through https://discuss.bevry.me/t/how-bevry-automates-maintenance-of-its-prolific-open-source-portfolio/693?u=balupton It seems it already solves what is being asked for in this thread. |
Just going to leave some links, I haven't tracked this but it's pretty important.
These are regarding
.babelrc
/node_modules but the issues are going to be around compiling ES6+The text was updated successfully, but these errors were encountered: