An open API service indexing awesome lists of open source software.

https://github.com/symind/swc-minifier-source-map-bug


https://github.com/symind/swc-minifier-source-map-bug

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Run the following commands:

```bash
pnpm run build
pnpm run check
```

Then you will see the following error:

```
Your source map refers to generated column 66 on line 1, but the source only contains 65 column(s) on that line.
Check that you are using the correct source map.
```