找到.babelrc.js文件,注释掉
// if (
// process.env.NX_TASK_TARGET_TARGET === 'build' ||
// process.env.NX_TASK_TARGET_TARGET.includes('storybook')
// ) {
// return {
// presets: [
// [
// '@nx/react/babel',
// {
// runtime: 'automatic',
// },
// ],
// ],
// };
// }
参考
https://stackoverflow.com/questions/78516634/error-src-main-tsx-cannot-read-properties-of-undefined-reading-includes-nx
https://github.com/nrwl/nx/issues/22665