Chuck

Results 4 comments of Chuck

I have the same issue (breakpoints are off by 10-20 lines depending on the file). It's not happening on all the files which is super strange. I'm trying to find...

Update on my bug. I've analyze the sourcemaps for a simple file (http://sokra.github.io/source-map-visualization/#custom is a very awesome tool). Every file containing an import of react has bad sourcemaps, without react...

Found my issue! I was using vite-plugin-require because we had a couple of them. I manage to remove all except one so I use the exclude option: ``` return defineConfig({...

![image](https://cloud.githubusercontent.com/assets/12285830/14260807/47b7dbae-fa7b-11e5-9977-b5be98d8b5a4.png) Seems like there are 2 generated is you put useFixedHeader to true. Which cause the miss alignement, since on of them has no data just the header. Are there...