配置CRACO 插件CRACO 插件查看社区维护的插件列表或开发你自己的插件。craco.config.jsmodule.exports = { // ... plugins: [ { plugin: require('some-craco-plugin'), options: { /* ... */ }, }, // ... ],};