Previous: packagejson, Up: Configuration [Index]
You can also write babel.config.json and .babelrc.json files using JavaScript:
babel.config.json
.babelrc.json
const presets = [ ... ]; const plugins = [ ... ]; module.exports = { presets, plugins };