You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error in ./src/components/HelloWorld.vue?vue&type=script&lang=tsx&
Module build failed (from ./node_modules/ts-loader/index.js):
Error: TypeScript emitted no output for ...\vue-tsx-test\src\components\HelloWorld.vue.tsx.
If you downgrade the @vue/ packages to 4.0.0, the build works again.
The text was updated successfully, but these errors were encountered:
Version
4.1.0
Reproduction link
https://github.com/johannes-z/vuecli-tsx-repro
Environment info
Steps to reproduce
yarn / npm i
yarn serve / npm run serve
What is expected?
Successful build
What is actually happening?
If you downgrade the
@vue/
packages to4.0.0
, the build works again.The text was updated successfully, but these errors were encountered: