https://github.com/jonaskuske/esbuild-repro
https://github.com/jonaskuske/esbuild-repro
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonaskuske/esbuild-repro
- Owner: jonaskuske
- Created: 2022-08-12T07:40:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T09:04:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T23:18:03.518Z (about 1 year ago)
- Language: TypeScript
- Size: 55.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esbuild repro
### Steps
1. Download repro
2. Run `yarn start` (if `yarn` isn't installed, run `corepack enable` first)
3. Observe the warning
___
(if you uncomment the resolved path in `tsconfig.json` and comment the bare module specifier, `yarn start` runs without issues)