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
- Host: GitHub
- URL: https://github.com/symind/swc-minifier-source-map-bug
- Owner: SyMind
- License: mit
- Created: 2024-09-18T05:48:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T02:50:42.000Z (over 1 year ago)
- Last Synced: 2025-01-17T03:42:05.628Z (11 months ago)
- Language: JavaScript
- Size: 9.77 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.
```