Meteor: use babel optional chaining plugin

Viewed 1169

How to use babel babel-plugin-transform-optional-chaining package in Meteor?

I've created .babelrc file in the root directory with following code:

{
  "plugins": ["transform-optional-chaining"]
}

But it's not working.

1 Answers
Related