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: disable minification #1004

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

GMierzwa
Copy link
Contributor

@GMierzwa GMierzwa commented Oct 31, 2023

Status

READY

Description

Resolves #964

There's no need to minify the code, since Orval is only used as a dev dependency and never at runtime. I've also disabled splitting as it generates extra files that constantly change between versions, which can make debugging harder.

@melloware melloware requested a review from anymaniax October 31, 2023 20:22
@melloware
Copy link
Collaborator

I like this idea but leaving this one up to @anymaniax

@melloware melloware added the enhancement New feature or request label Oct 31, 2023
@melloware melloware requested a review from codebutler October 31, 2023 20:23
@melloware melloware merged commit f2ea420 into orval-labs:master Nov 1, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable minification for output package
3 participants