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

How to disable addFiles? #96

Closed
rajzik opened this issue Jan 13, 2022 · 1 comment
Closed

How to disable addFiles? #96

rajzik opened this issue Jan 13, 2022 · 1 comment

Comments

@rajzik
Copy link

rajzik commented Jan 13, 2022

I was trying to disable addFiles in my project as I need other main entry.

"build": "packemon build --addEngines --declaration=standard --addFiles=false",
"pack": "cross-env NODE_ENV=production packemon pack --addEngines --declaration=standard --addFiles=false",

Fails with following error

 Flags and short option groups may not use inline values. [ARG:VALUE_NO_INLINE]

 $ packemon build --addEngines --declaration=standard --addFiles=false
@milesj
Copy link
Owner

milesj commented Jan 13, 2022

@rajzik All flags can be prefixed with --no, so --no-addFiles.

@milesj milesj closed this as completed Jan 13, 2022
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

No branches or pull requests

2 participants