Skip to content
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

feat(config): add warning for absolute outFile #66

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

rwaskiewicz
Copy link
Collaborator

add a warning when an absolute outFile is detected in the stencil.config.ts file. absolute file paths are considered to be an anti-pattern for this field, as output files locations that are absolute aren't portable between different machines.

add a warning when an absolute `outFile` is detected in the
`stencil.config.ts` file. absolute file paths are considered to be an
anti-pattern for this field, as output files locations that are absolute
aren't portable between different machines.
@rwaskiewicz rwaskiewicz marked this pull request as ready for review July 5, 2024 00:45
@rwaskiewicz rwaskiewicz enabled auto-merge July 5, 2024 00:46
@rwaskiewicz rwaskiewicz added this pull request to the merge queue Jul 5, 2024
Merged via the queue into main with commit 4b59f43 Jul 5, 2024
3 checks passed
@rwaskiewicz rwaskiewicz deleted the err-msg-abs-path branch July 11, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant