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(react): migrate @nrwl/web:build to devkit #4646

Merged
merged 1 commit into from Feb 1, 2021

Conversation

FrozenPandaz
Copy link
Collaborator

Current Behavior

@nrwl/web:build uses angular devkit

Expected Behavior

@nrwl/web:build uses devkit

Related Issue(s)

Fixes #

@nx-cloud
Copy link

nx-cloud bot commented Jan 29, 2021

Nx Cloud Report

CI ran the following commands for commit 5d16daa. Click to see the status, the terminal output, and the build insights.

Status Command Start Time
#000000 nx build-base gatsby 2/1/2021, 4:47:15 PM
#000000 nx build-base next 2/1/2021, 4:47:15 PM
#000000 nx build-base react 2/1/2021, 4:47:09 PM
#000000 nx build-base web 2/1/2021, 4:47:02 PM
#000000 nx run-many --target=build --all --parallel 2/1/2021, 4:46:38 PM
#000000 nx run-many --target=e2e --projects=e2e-angular 2/1/2021, 4:47:37 PM
#000000 nx run-many --target=e2e --projects=e2e-cli,e2e-nx-plugin 2/1/2021, 4:47:11 PM
#000000 nx run-many --target=e2e --projects=e2e-cypress,e2e-jest 2/1/2021, 4:46:57 PM
#000000 nx run-many --target=e2e --projects=e2e-next,e2e-gatsby 2/1/2021, 4:47:21 PM
#000000 nx run-many --target=e2e --projects=e2e-node 2/1/2021, 4:48:08 PM
#000000 nx run-many --target=e2e --projects=e2e-react 2/1/2021, 4:47:02 PM
#000000 nx run-many --target=e2e --projects=e2e-web,e2e-linter,e2e-storybook 2/1/2021, 4:47:24 PM
#000000 nx run-many --target=e2e --projects=e2e-workspace 2/1/2021, 4:47:01 PM
#000000 nx run-many --target=lint --all --parallel 2/1/2021, 4:49:58 PM
#000000 nx run-many --target=test --all --parallel 2/1/2021, 4:47:36 PM

Sent with 💌 from NxCloud.

@FrozenPandaz FrozenPandaz force-pushed the migrate-web branch 2 times, most recently from ab1388e to 7e395e2 Compare February 1, 2021 15:27
@FrozenPandaz FrozenPandaz marked this pull request as ready for review February 1, 2021 16:17

if (!options.buildLibsFromSource) {
if (!options.buildLibsFromSource && context.target) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the check for context.target? I don't see it being used in the block.

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants