v16.0.0-rc.2
Pre-release
Pre-release
Bug Fixes
- fix: disable
esModuleInterop&allowSyntheticDefaultImportsand regenerate the type definitions (c76f5e5)
Known Issues
- SSR usage needs more thorough testing.
vue-style-loaderhasn't been not updated for Vue 3 yet. Please usemini-css-extract-pluginfor CSS extraction.- No
shadowModesupport. <script setup>support is experimental. It does not work well withthread-loader. In Vue CLI, you need to setparallel: falsefor this feature to work correctly. Also, please follow vuejs/rfcs#227, vuejs/rfcs#228 for more possiblescript setupsugars in the future.