nx
                                
                                
                                
                                    nx copied to clipboard
                            
                            
                            
                        Smart Monorepos · Fast CI
Subresource Integrity attributes were not generated on production react builds due to a missing option pass through when writing the index file. ## Current Behavior When building a react production...
Improved the `@nrwl/react/babel` preset to allow for customisation of all options provided by the `@nrwl/web/babel` preset. ## Current Behavior Only the `useBuiltIns` option of the `@nrwl/web/babel` preset can be configured...
Convert FULL_OS_SOCKET_PATH to relative on non-windows platforms. ## Current Behavior Nx postinstall script hangs when workspace path is long ## Expected Behavior Nx postinstall script to complete successfully ## Related...
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #10808
Fix by removing trailing slash when performing `cp -a` into cache. Add test to confirm fix. Fixes nrwl/nx#10549
## Current Behavior Not support `srcRootForCompilationRoot` option in `@nrwl/js:tsc` executor. This option have been existed on before package(`@nrwl/node:package`). Now, we can build directory structure like not `dist/libs//` but only `dist/libs//src/`...
## Current Behavior Running a task where dependencies do not exit causes the task to stall on the dependency ## Expected Behavior If a task is long-running and not the...
Allows lib package.json to define its dependencies appropriately between dependencies and peerDependencies, while providing a way to continue to inherit the workspace's pkg version e.g. "foo": "[inherit]" ## Current Behavior...
This adds more details on what is the `customServerPath` option, and how to use it. Some of my problems were: 1) I created a server.js, that did not export a...
## Current Behavior The @nrwl/node:node executor is not able to execute esm module scripts ## Expected Behavior The @nrwl/node:node executor is able to execute esm module scripts