You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After following the instructions on the Quick Start, I am able to successfully link and run a newly created CLI app, but am running into an issue running yarn build, without having modified any of the originally generated code from running the gluegun new script.
To Reproduce
Steps to reproduce the behavior:
Create a CLI with npx gluegun new my-app
Select TypeScript as language
Run yarn build
See TypeScript build error
Expected behavior
I would expect that upon trying to build the app after not modifying any of the source code, the build would work.
Screenshots
If applicable, add screenshots to help explain your problem.
Doctor (please complete the following information):
OS: [macOS 14.0 (23A344)]
Gluegun Version [5.1.6]
Additional context
Removing "sourceMap": true from my tsconfig.json fixed the issue - link
I have a globally installed typescript v5.2.2.
The text was updated successfully, but these errors were encountered:
Thanks for confirming! My vote would be for removing sourceMap since it would result in less files being output as part of the build (simplicity), but I wouldn't say I have a huge preference either way.
Describe the bug
After following the instructions on the Quick Start, I am able to successfully link and run a newly created CLI app, but am running into an issue running
yarn build
, without having modified any of the originally generated code from running thegluegun new
script.To Reproduce
Steps to reproduce the behavior:
npx gluegun new my-app
yarn build
Expected behavior
I would expect that upon trying to build the app after not modifying any of the source code, the build would work.
Screenshots
If applicable, add screenshots to help explain your problem.
Doctor (please complete the following information):
Additional context
Removing
"sourceMap": true
from mytsconfig.json
fixed the issue - linkI have a globally installed
typescript v5.2.2
.The text was updated successfully, but these errors were encountered: