Const
path to Electrode's babel rc that your babel config can extend from
You can use it like this in your babel.config.js:
babel.config.js
const { babelConfigFile } = require("@xarc/app-dev");module.exports = { extends: babelConfigFile }; Copy
const { babelConfigFile } = require("@xarc/app-dev");module.exports = { extends: babelConfigFile };
.
path to Electrode's babel rc that your babel config can extend from
You can use it like this in your
babel.config.js:.