nx-plugins
nx-plugins copied to clipboard
PR to showcase using locally defined plugins in `nx.json` When running: `NX_CACHE_PROJECT_GRAPH=false NX_DAEMON=false npx nx graph` It fails with: ``` Plugin listed in `nx.json` not found: @ns3/nx-core/src/plugin > NX Cannot...
When running `@ns3/nx-serverless:sls` executor with `package` command, it fails if the `serverless.yml` is using `serverless-plugin-warmup`. To reproduce this issue, generate an app using `npx nx generate @ns3/nx-serverless:app my-app-name --plugin @ns3/nx-serverless/plugin`,...
Include package.json with external dependencies (node_modules) when using @ns3/nx-serverless/plugin
I have a task to run chrome inside aws lambda. For this I need a specific binary that can't be bundled as plain JS. So I have to deploy them...
### Error ``` Error: Cannot find module '/Users/poonnguyen/infina/infina-stock-api-v2/apps/firm-banking/serverless/Users/poonnguyen/infina/infina-stock-api-v2/dist/apps/firm-banking/serverless/src/main' Require stack: - /Users/poonnguyen/infina/infina-stock-api-v2/node_modules/serverless-offline-sns/dist/index.js - /Users/poonnguyen/infina/infina-stock-api-v2/node_modules/serverless/lib/utils/require-with-import-fallback.js - /Users/poonnguyen/infina/infina-stock-api-v2/node_modules/serverless/lib/classes/plugin-manager.js - /Users/poonnguyen/infina/infina-stock-api-v2/node_modules/serverless/lib/serverless.js - /Users/poonnguyen/infina/infina-stock-api-v2/node_modules/serverless/scripts/serverless.js - /Users/poonnguyen/infina/infina-stock-api-v2/node_modules/serverless/bin/serverless.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15) at Function.Module._load (node:internal/modules/cjs/loader:804:27) at Module.require...
I found "updateDependencies" in the @ns3/nx-serverless:init generator. I agree that I need that behavior, but the version should be able to use the version I want. And if you necessarily...
My team has been working on migrating to using this plugin as part of our Nx14 upgrade, and one issue we've encountered is when we attempt to use the `serve`...
Hello, the browser is not shown with `--headless false`. Every test fails with "Browser has been closed". The chromium opens for a millisecond. The only way to see chromium is...
When used in Windows platform, the plugin doesn't pick up any handler files specified by the patterns passed into `withPatterns` (even the default one). I believe the reason is that...