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.
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.