You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "alikleit (via GitHub)" <gi...@apache.org> on 2023/05/10 07:37:45 UTC

[GitHub] [echarts] alikleit commented on issue #18560: [Bug] Importing echarts-gl in NextJs

alikleit commented on issue #18560:
URL: https://github.com/apache/echarts/issues/18560#issuecomment-1541501669

   Thank you. 
   
   Actually [All features of next-transpile-modules are now natively built-in Next.js 13.1](https://www.npmjs.com/package/next-transpile-modules), though I had to include both `echarts` and `echarts-gl` to make it work:
   
   ```
   transpilePackages: ['echarts', 'echarts-gl'],
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org