-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
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
<script lang="tsx"> Compilation error #1399
Comments
This BUG has been fixed in beta.12 (#1367) |
这个bug在beta.14上依然存在,而且很奇怪的是,多执行几次npm run serve,有时候正常,有时候不正常 |
This is a bug in |
Hey @yyx990803, The change was merged and released with ts-loader 4.3.1 last night. Thanks very much for your work! That's the good news. However, I'm afraid there's some bad too. It looks like the changes to the https://travis-ci.org/Realytics/fork-ts-checker-webpack-plugin/jobs/387303861 I've done a test and it is the amended I'm assuming that this is fixable; but is you'd like me to publish another version of ts-loader that reverts your changes then do let me know. I'm happy to help! 🌻 |
@johnnyreilly I'll look into this Monday. |
Awesome! Thanks so much. |
Edit: moved to |
Closing this one as the original issue is fixed in ts-loader 4.3.1 and the integration issue only affects vue-loader 14. |
Version
3.0.0-beta.14
Reproduction link
/~https://github.com/ccqiuqiu/vue-cli3-test
Steps to reproduce
1.使用vue-cli创建一个项目,选择babel、ts
2.修改home.vue,增加一个component组件,如下:
4.运行 npm run serve
What is expected?
希望能正常渲染jsx
What is actually happening?
异常信息
No type errors found
Version: typescript 2.8.3
Time: 3320ms
此异常通常在第一次启动的时候出现,重启有时候会正常,但是修改代码后,再重启又可能出现异常。
The text was updated successfully, but these errors were encountered: