unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup
MIT License
3.29k stars 198 forks source link

Aliasing to dollar sign broken in v0.4.18 #97

Closed sibbng closed 2 years ago

sibbng commented 2 years ago

Seems related to changes in https://github.com/antfu/unplugin-auto-import/commit/84e14a8. Still persist in latest version.

My alias:

{
  vue: [
    ['unref', '$'],
  ],
},
antfu commented 2 years ago

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