Menci / vite-plugin-top-level-await

Transform code to support top-level await in normal browsers for Vite.
MIT License
273 stars 15 forks source link

fix: fix if splitVendorChunk,it will lost build raw target #37

Closed Leek67373 closed 1 year ago

Leek67373 commented 1 year ago

if splitVendorChunk and build.target !== esnext, it will lost build raw target。example:https://github.com/Leek67373/vite-plugin-top-level-await-dome