Alex Wayne

Results 10 comments of Alex Wayne

I have no idea what this is, but would gladly accept a patch :)

Thanks @marbemac, that webpack plugin indeed does a much better job! I'm not sure why this plugin picks up dependencies that NX does not, but definitely seems like a bug.

@ZachJW34 I apologize that I missed the notifications on this! And I'm sorry the repo was private. I've fixed that now and you should be able to see the repo....

I may have spoke too soon. I was able to get it working with a fresh install, but in an existing monorepo that `nuxt` migration doesn't help.

I think The culprit seems to be webpack v5. Rolling back to webpack v4.43.0 seems to work, but that breaks other projects. According to https://nx.dev/guides/webpack-5: > Starting in Nx 13,...

I'm having a hell of time with this. When I get what should be the right `transformIgnorePatterns` the error changes to this: ``` SyntaxError: /path/to/my-mono-repo/apps/mobile-v2/node_modules/react-native/Libraries/polyfills/error-guard.js: Unexpected token (45:12) 43 |...

I'm seeing this on _some but not all_ Android users. Having trouble replicating it and finding a work around, however.

Just ran into this trying to make a test to ensure that an entity did not get created. Guess I'll use a query instead. Weird that the types say its...

When I upgraded to NX 16 prisma now thinks it's being run from a non-interactive prompt. See: https://www.prisma.io/docs/concepts/components/prisma-migrate/prisma-migrate-limitations-issues#prisma-migrate-in-non-interactive-environments I've applied [this patch hack](https://github.com/nrwl/nx/issues/8269#issuecomment-1612676715) and input does work in other scripts,...

To be fair, my solution is terrible. I'm merely illustrating how I worked around problem with some obtrusive monkey patching. I just think the lib ought to make this possible...