MMF-FE / vite-plugin-cdn-import

Import modules from CDN with vite plugin
MIT License
208 stars 30 forks source link

打包报错 TypeError: importToCDN is not a function #22

Closed 1999-xinz closed 6 months ago

1999-xinz commented 2 years ago

项目是vite搭建的vue3+Ts的模版,cdn引入就会报这个错误,不清楚是不是还需要配置什么,新人求助。 vite配置如下:

image

报错信息:

image
airslice commented 2 years ago

Try import { Plugin as importToCDN } from "vite-plugin-cdn-import";?

1999-xinz commented 2 years ago

Try import { Plugin as importToCDN } from "vite-plugin-cdn-import";?

It's ready to pack and run, thank you

Allenice commented 6 months ago

Fixed in 1.x