How to configure echarts? for externals of webpack4 Invalid

 echarts3.8
import echarts from "echarts/lib/echarts";
import "echarts/lib/chart/bar";
import "echarts/lib/component/tooltip";

externals:{
    echarts : "echarts ",//echarts !!!
    moment: "moment" //moment
}

<script src = cdn />


Aug.11,2021

you should use regular to write.


Brother, how did you solve it?

Menu