I am using plugin-babel with ``` "*.js": { "babelOptions": { "plugins": ["babel-plugin-transform-flow-strip-types"] } } ``` and ``` "babel-plugin-transform-flow-strip-types": "node_modules/babel-plugin-transform-flow-strip-types/lib/index.js" ``` But it turns out for every single dependency I will need to add an entry in the map section. Is there a better way?
I am using plugin-babel with
and
But it turns out for every single dependency I will need to add an entry in the map section.
Is there a better way?