-
Notifications
You must be signed in to change notification settings - Fork 141
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
vue3+vite+tsx TSX files in Google debug exception #630
Comments
这不是这个库的问题,说不定你console.log都打印不了 |
打印是能打印的 只不过都在导出的那一行了。 |
你进不去setup,实在不行,有一个办法,你build一下,然后把对应的terser关了,看看打包后的源码。 我还是认为这不是这个库的问题。是不是因为type='text/babel'的问题啊,我从没加过这个 |
terser关了 type 去掉了 也都是不行的 怀疑 soucemap文件就指到那一行,或者就是内存里压缩了的样子 |
排查下吧 @gogHeroDream 是单个的这个vue文件进不去,还是所有的vue文件都进不去setup啊,多多思考,总会解决的。 要不你配置一个有这问题的demo提交到一个仓库里面,让我排查下是啥问题 |
就这种类型的不行,应该是别的配置的问题, 提交了个demo https://github.com/gogHeroDream/tsx-question-1229 有时间的话帮看下哈~。 |
打包后,如果不开启minify, 应该是你说的开发环境下的sourcemap的问题吧,真的是还能运行过去【不报错执行成功】,但是sourmap指定不到正确位置(ps:我短时间解决不了)。babel-plugin-jsx解决不了这问题的,尽量不用这种写法吧,等下班啦 |
嗯 好的 👌 debugger 位置不对 永远是导出的那个位置 应该不是babel-plugin-jsx 的问题 大概是其他配置引起的问题吧,之前也没确认问题在哪~ |
🧐 as the img, i can not debug in chrome
💻 Sample code
file : data-picker.vue
🚑 Other information config
The text was updated successfully, but these errors were encountered: