-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(react): add format option for buildable libs #6753
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nrwl/nx-dev/5ABVWT5EhHFTPq7xsotcbtjXz5p2 |
Nx Cloud ReportCI ran the following commands for commit d370835. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch Sent with 💌 from NxCloud. |
8b2ac8e
to
871682b
Compare
871682b
to
d96258f
Compare
d96258f
to
98a2add
Compare
98a2add
to
9b8b47d
Compare
9b8b47d
to
56e7322
Compare
56e7322
to
90861d0
Compare
90861d0
to
ff20b82
Compare
ff20b82
to
5bc4f47
Compare
5bc4f47
to
9a431a7
Compare
- Clean up @nrwl/web:package executor - Combine react package e2e tests to speed up test time
9a431a7
to
d370835
Compare
@jaysoo @FrozenPandaz there is still reference to |
- Clean up @nrwl/web:package executor - Combine react package e2e tests to speed up test time
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This PR adds the
--format
option to users can specifyesm,umd,cjs
formats for their library.For example,
By default,
esm,umd
will be used.Notes