module.exports = { presets: ['@babel/preset-env'], plugins: [ [ 'component', { styleLibraryName: 'theme-chalk', }, ], ], }