'use strict'; module.exports = () => { const config = {}; config.view = { mapping: { '.js': 'react', '.jsx': 'react', }, }; return config; };