You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
注释一段代码:// import { iconDownload, iconPushpin, iconClose } from "@opentiny/vue-icon";
What is expected
查看构建后的代码:
// import iconDownload from '@opentiny/vue-icon/lib/download.js'importiconPushpinfrom"/node_modules/.vite/deps/@opentiny_vue-icon_lib_pushpin__js.js?v=ac340d00"importiconClosefrom"/node_modules/.vite/deps/@opentiny_vue-icon_lib_close__js.js?v=ac340d00"
What is actually happening
希望构建后的代码:
// import iconDownload from '@opentiny/vue-icon/lib/download.js'// import iconPushpin from "/node_modules/.vite/deps/@opentiny_vue-icon_lib_pushpin__js.js?v=ac340d00"// import iconClose from "/node_modules/.vite/deps/@opentiny_vue-icon_lib_close__js.js?v=ac340d00"
What is your project name
@opentiny/vue-icon
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered:
Version
latest
Vue Version
latest
Link to minimal reproduction
[@opentiny/vue-icon] 构建时会解析成多行,注释的时候逻辑有问题
Step to reproduce
// import { iconDownload, iconPushpin, iconClose } from "@opentiny/vue-icon";
What is expected
What is actually happening
What is your project name
@opentiny/vue-icon
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: