Skip to content

Conversation

@mainframev
Copy link
Contributor

@mainframev mainframev commented Oct 3, 2025

const projects = readProjectsConfigurationFromProjectGraph(graph);
// eslint-disable-next-line @typescript-eslint/no-deprecated
const nxJson = readNxJson();
const tree = new FsTree(workspaceRoot, false);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@github-actions
Copy link

github-actions bot commented Oct 3, 2025

📊 Bundle size report

✅ No changes found

@github-actions
Copy link

github-actions bot commented Oct 3, 2025

Pull request demo site: URL

@mainframev mainframev force-pushed the chore/migrate-to-nx-21 branch from 977b076 to a9af0ea Compare October 22, 2025 12:48
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-proposal-nullish-coalescing-operator', { loose: true }],
['@babel/plugin-proposal-object-rest-spread', { loose: true, useBuiltIns: true }],
['@babel/plugin-transform-object-rest-spread', { loose: true, useBuiltIns: true }],
Copy link
Contributor Author

@mainframev mainframev Oct 22, 2025

Choose a reason for hiding this comment

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

nx nx run cra-template:test-integration:

node -r @fluentui/scripts-babel/register scripts/test.ts
/Users/victorgenaev/fluentui/node_modules/@babel/core/lib/gensync-utils/functional.js:53
if (result.ok) return result.value;else throw result.value;
^

Error: Cannot find module '@babel/plugin-proposal-object-rest-spread'

@mainframev mainframev force-pushed the chore/migrate-to-nx-21 branch 3 times, most recently from 1bc330c to c8f4af3 Compare October 22, 2025 20:34
@mainframev mainframev force-pushed the chore/migrate-to-nx-21 branch from c8f4af3 to 671cb0d Compare November 3, 2025 15:47
@mainframev mainframev force-pushed the chore/migrate-to-nx-21 branch from 54b1f20 to 410360c Compare November 4, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant