Results 18 comments of Viliam Elischer

@foxbunny thanks for your feedback, I have/had the same issues with Vue.js and Typescript, from a certain it get too complex and complicated with all the webpack tweaks (vue-loader, ts-awesome-loader...

I'll try to dig into it today/tomorrow. Looks like there's an issue with the jest config... Can you post here a verbose example of your [--debug](http://facebook.github.io/jest/docs/cli.html#debug) ?

@zombor Still working on that had no chance to get to fix this yet, but I was experimenting and was able to reproduce the bug. It might be related to...

I'll take a look during the weekend,

Hey, I only checked the problem, had no chance to come with a solution, but have you considered to leverage babel config for webpack and using .babelrc ?

Guy unfortunately I don't have now much capacity to investigate this bug, I'd assume it's related to .babelrc config try to use the default `.babelrc` config in this repo

@Nikhil-Shenoy can you please create a sample repo, push the code there, I'll check it and try to reproduce steps.

@alxtz would it be possible you create a PR for this feature request?

> @vire what command were you trying to run? So I was running `pnpm nx run myapp:start` which is defined as ```json { "executor": "nx:run-commands", "options": { "commands": [ "webpack...

After `pnpm nx migrate latest` && `pnpm nx migrate --run-migrations` -> `18.3.4` the problem seems to be gone.