Replies: 3 comments 7 replies
-
Hi, I am having the same issue and I don't know what would be the best replacement. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Maybe this could help: https://v2.parceljs.org/configuration/package-json/#targets |
Beta Was this translation helpful? Give feedback.
5 replies
-
I made it work by below:
|
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
-
Hi there,
I'm struggling to understand the correct replacement for
--out-file
, particularly if you are not simply bundling onejs
file.How can I go from
parcel build index.js --out-file index.min.js && parcel build index.scss --out-file index.min.css
from Parcel V1 to Parcel V2.Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions