nonzzz / vite-plugin-cdn

replace module with CDN. work with vite.
MIT License
73 stars 5 forks source link

feat: exports support more case #9

Closed nonzzz closed 1 year ago

nonzzz commented 1 year ago

CheckList

Summary


export * from 'vue'

// past
// export const version = vue.version
// ...

// now
// const {version,...} = vue
// export {version,...}
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (fb71180) 68.18% compared to head (f9d7e1e) 68.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9 +/- ## ======================================= Coverage 68.18% 68.18% ======================================= Files 3 3 Lines 198 198 Branches 24 24 ======================================= Hits 135 135 Misses 62 62 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

nonzzz commented 1 year ago

I decide don't support purge.