Variable babelConfigFileConst

babelConfigFile: string = ...

path to Electrode's babel rc that your babel config can extend from

You can use it like this in your babel.config.js:

const { babelConfigFile } = require("@xarc/app-dev");
module.exports = { extends: babelConfigFile };

.