You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2021/10/29 03:17:40 UTC

[GitHub] [echarts-handbook] hongdeyuan opened a new pull request #21: with v5, nextjs, import minimal bundle

hongdeyuan opened a new pull request #21:
URL: https://github.com/apache/echarts-handbook/pull/21


    config with next-transpile-modules in next.config.js. Mine is wrapped with require('next-transpile-modules')(['echarts', 'zrender']), then it works.
   ```
   // next.config.js
   const withEcharts = require('next-transpile-modules')(['echarts', 'zrender']);
   module.exports = withEcharts({});
   ```


-- 
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: dev-unsubscribe@echarts.apache.org

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



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


[GitHub] [echarts-handbook] Ovilia commented on pull request #21: with v5, nextjs, import minimal bundle

Posted by GitBox <gi...@apache.org>.
Ovilia commented on pull request #21:
URL: https://github.com/apache/echarts-handbook/pull/21#issuecomment-979856281


   Thanks for your contribution. But I'm afraid we do not plan to add the doc for specific third party libs like nextjs.


-- 
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: dev-unsubscribe@echarts.apache.org

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



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


[GitHub] [echarts-handbook] Ovilia closed pull request #21: with v5, nextjs, import minimal bundle

Posted by GitBox <gi...@apache.org>.
Ovilia closed pull request #21:
URL: https://github.com/apache/echarts-handbook/pull/21


   


-- 
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: dev-unsubscribe@echarts.apache.org

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



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


[GitHub] [echarts-handbook] Ovilia commented on pull request #21: with v5, nextjs, import minimal bundle

Posted by GitBox <gi...@apache.org>.
Ovilia commented on pull request #21:
URL: https://github.com/apache/echarts-handbook/pull/21#issuecomment-979857131


   I'm going to close this issue. But you are welcomed to write blog posts like this. Thanks again!


-- 
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: dev-unsubscribe@echarts.apache.org

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



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