We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前在Next13版本中可以使用Turbopack,且处于Alpha版本,且没有独立出来的库,项目上慎用。
缓存至内存中,因此重启服务,缓存被清除
启动时长
Tubopack使用SWC来打包JS或TS文件,(webpack 也是用来swc)默认支持如下语法/功能:js/ts/jsx/tsx/Browserlist/css module/postcss-nested/css @import/HMR/Public directory/CommonJS/ESM/Dynamic Imports**/Environment variables且Live reloading**,etc.
不支持babel/vue/Svelte/PostCSS/SCSS/LESS/Tailwind CSS/TS Checketc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文档笔记
当前在Next13版本中可以使用Turbopack,且处于Alpha版本,且没有独立出来的库,项目上慎用。
概念
缓存至内存中,因此重启服务,缓存被清除
启动时长
Tubopack使用SWC来打包JS或TS文件,(webpack 也是用来swc)默认支持如下语法/功能:js/ts/jsx/tsx/Browserlist/css module/postcss-nested/css @import/HMR/Public directory/CommonJS/ESM/Dynamic Imports**/Environment variables且Live reloading**,etc.
不支持babel/vue/Svelte/PostCSS/SCSS/LESS/Tailwind CSS/TS Checketc.
Vite
The text was updated successfully, but these errors were encountered: