-
Notifications
You must be signed in to change notification settings - Fork 35
Propose skuba.config.ts
#1168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Propose skuba.config.ts
#1168
Conversation
|
|
||
const configPath = path.join(manifest.path, '..', CONFIG_FILENAME); | ||
|
||
const esbuildRegistration = register({ target: 'node16' }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worth having a hot reloading ability when the config changes, e.g. restart the server started with skuba start
or anything like that.
For reference, we do this in Crackle:
https://github.com/seek-oss/crackle/blob/49b48ee405477cccdc1d6e7bbbb4c26b921c7760/packages/cli/src/index.ts#L33-L44
https://github.com/seek-oss/crackle/blob/560489afdadda7f8b3985f0639ae55f83815875e/packages/core/src/entries/resolve-config.ts#L25
Any update on whether we're going ahead with these changes? Let's snooze this for now otherwise |
Stealing from #1168 and continuing. Co-Authored-By: Ryan Ling <[email protected]>
Steals from sku and ESLint's recent direction. Follows on from #1163 and resolves #1167.