unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aliasing to dollar sign broken in v0.4.18

sibbng opened this issue · comments

Seems related to changes in 84e14a8. Still persist in latest version.

My alias:

{
  vue: [
    ['unref', '$'],
  ],
},

Could you PR to add a failed test case so we could fix it and prevent future regression?