tflins / vite-plugin-vue-definename

vite 插件 vite-plugin-vue-definname
7 stars 1 forks source link

Adapt for Vite 3.0+ versions #1

Open Ray-D-Song opened 3 weeks ago

Ray-D-Song commented 3 weeks ago

Using this plugin in Vite versions above 3.0 will cause an error.

TypeError: defineName is not a function

Please migrate the library to the new version.

tflins commented 3 weeks ago

Thank your feedback. Please upgrade to the latest version, version 2.0.3.

Edit the package.json file.

"vite-plugin-vue-definename": "^2.0.3",

RunnableDemo