have you found any solution?
Aug 21, 2023
3
Level 1
NPM, Vite and Echarts.
Hi All, Trying to bundle the Echarts NPM package using Vite but not having any joy. I'm having to build a charting application for use offline using Sail and Laravel 10.
I'm using the package from Laravel Charts (https://charts.erik.cat/), config is set to use Echarts, and with the CDN in place, all is fine. However, trying to bundle the NPM package (installed) is causing me a headache.
Adding import * as echarts from 'echarts'; in app.js is not giving me any joy and my experience is limited.
Hoping there is a quick fix I've not been able to track down online.
Many thanks.
Please or to participate in this conversation.