Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/symind/swc-minifier-source-map-bug
- Owner: SyMind
- License: mit
- Created: 2024-09-18T05:48:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T06:02:02.000Z (about 2 months ago)
- Last Synced: 2024-09-18T09:30:30.419Z (about 2 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```