vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 915 forks source link

TS2305: Module '"vue"' has no exported member 'withAsyncContext' #2033

Open linhdoan24 opened 1 year ago

linhdoan24 commented 1 year ago

i get error TS2305: Module '"vue"' has no exported member 'withAsyncContext' when using top-level await in async component in webpack 5. but in vite it run ok.