--global #9095
Unanswered
krisrajzlive
asked this question in
Q&A
--global
#9095
Replies: 1 comment
-
Hi there! U could see here in docs at migration: The --global flag has been removed. If u want to set the output format u have to set this with the target options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an old app that has a script
build: parcel build index.js --dist-dir ..//Scripts// -o ReactApp.Bundle.js --no-source-maps --detailed-report --log-level info --global appEntry
when I run the script, I get the error message unknown option --global. Has it been deprecated? If so, what is it's equivalent? I am using the latest version of parcel.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions