This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Description
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?