Include All package.json Files
Learn how to configure Nx to include all package.json files as projects in your workspace graph, not just those referenced in workspaces configuration.
Disable Graph Links from Source Analysis
Learn how to configure Nx to only use dependencies defined in package.json instead of detecting dependencies from source code analysis.
Using Yarn PnP with Nx
Learn how to configure and use Yarn Plug'n'Play (PnP) in your Nx workspace to improve installation speed, reduce disk usage, and enforce dependency constraints.
Identify Dependencies Between Folders
Learn how to analyze and visualize dependencies between folders in your Nx workspace to help identify which code should be extracted into separate libraries.
Feature-Based Testing
Learn how to optimize your testing strategy by breaking down monolithic test projects into feature-scoped tests that run only when needed.
Configuring Browser Support
Learn how to configure browser compatibility for your Nx applications using browserslist, optimize bundle size with modern browser targets, and debug your browser support configuration.
Define Environment Variables
Learn how to set and use environment variables in Nx projects, including file-based configuration, custom env files, and ad-hoc variable definition across different operating systems.
Including Assets in Your Build
Learn how to configure Nx executors to include and copy assets into your output bundle using regex patterns or object format for precise control.
Keep Nx Versions in Sync
Learn how to ensure all Nx plugins in your repository are using the same version to avoid compatibility issues and debugging challenges.
Standalone to Monorepo
Learn how to transform your standalone Nx repository into a full monorepo structure by moving your root-level application into the apps directory.