If I have a multiplataform project with a .babelrc how can I solve splitSegment automatic detection without use babel.config.js?
The only solution i know its to check env process and make this configurable in a babel.config.js.
I would like to use in babelrc.
¿Could be this package autochecker os to use the correct path splitter?
Default is / but if i change to \ in my git to work windows it wont work in other machine with linux.