I typically get warnings that certain packages are claiming to need babel/core as a dependency. I know that Meteor does use Babel under the hood to support modern JavaScript features, but it encapsulates this within its own packages, so you don’t typically interact with Babel directly when working with Meteor. This is part of Meteor’s philosophy of being an “all-in-one” solution that minimizes the need for configuration.
My question is would installing babel/core potentially interfere with Meteor’s own Babel configuration?