@nuxt/typescript-build@2.0.0
版本发布时间: 2020-07-06 18:37:48
nuxt/typescript最新发布版本:@nuxt/typescript-runtime@3.0.2(2023-11-17 04:15:40)
Fixes
- Fixed an issue when using TSX in
.vue
files (114d69)
Dependencies
- Upgrade to TypeScript 3.9 (#366)
- Upgrade to ForkTsCheckerWebpackPlugin v5 (#391)
- Minor upgrades & lock file maintenance
Breaking changes
ForkTsCheckerWebpackPlugin v5 has changed its options format and dropped Node 8 support.
Follow their documentation if you were customizing options through typescript.typeCheck
module option.
Dropped @nuxt/types
from @nuxt/typescript-build
package, it nows need to be manually installed, documentation has been upgraded.