onebay / vite-plugin-imp

A vite plugin for import library component style automatic.
MIT License
231 stars 24 forks source link

插件不考虑开发环境的sourcemap么,我在开发环境中使用插件,断点不准确 #66

Closed devie2020 closed 2 years ago

devie2020 commented 2 years ago

1655255893695

Tomato-orz commented 2 years ago

这个问题怎么解决啊裂开,how to resolve this problem ,i am going to creazy /(ㄒoㄒ)/~~

psaren commented 2 years ago

目前暂时还未找到好的解决方案,如果有方案可以一起探讨或者提个PR

Tomato-orz commented 2 years ago

好的感谢回答

psaren commented 2 years ago

这个问题应该修复了在V2.3.0

StinsonZhao commented 2 years ago

这个问题应该修复了在V2.3.0

就算升到了 2.3.0,还是一样的,一旦去掉这个插件断点就正常了

ArvinChen9539 commented 1 year ago

想哭了 加了这个插件调试的时候打印日志什么的 点进去代码行数是不对的 有希望修复吗o(╥﹏╥)o

psaren commented 1 year ago

https://stackblitz.com/edit/vitejs-vite-xviwgy?file=package.json,vite.config.ts,src%2FApp.tsx&terminal=dev @ArvinChen9539 点击按钮是可以正常跳转上面的App.tsx 23行的 console.log(count)

wolfsilver commented 1 year ago

dev环境关闭sourceMap有点效果

build: {
  sourcemap: process.env.NODE_ENV === 'production',
}