hustcc / echarts-for-react

⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。
https://git.hust.cc/echarts-for-react
MIT License
4.52k stars 630 forks source link

Updated code transpilation for Next.js 13.1 or higher in readme file #528

Open linkfang opened 1 year ago

linkfang commented 1 year ago

Regarding to next-transpile-modules package description on npm and docs on Next.js, updated code transpilation for Next.js 13.1 or higher in readme file.

All features of next-transpile-modules are now natively built-in Next.js 13.1. Please use Next's transpilePackages option

Created issue529 to track the status.

Thanks!