Marvin Heilemann

Results 435 comments of Marvin Heilemann

Do you use NVM? I have that behaviour with NVM loaded as a plugin or if I source it manually.

So it is more like a nodenv/nvm issue than a prezto performance problem. I experience exactly the same with NVM...

I have just removed the auto script (I mean the node plugin) and initial NVM manually which is fine

So just my noobish cents here: will there be a fix for that in zone.js? I am using Ionic with Capacitor and the [Capacitor team is suggesting ES2017](https://capacitorjs.com/docs/v3/updating/3-0#es2017) for plugins,...

My workaround is using [`angular-builders/custom-webaack`](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack#Custom-webpack-browser) and this webpack config: ```js module.exports = (config, argv) => { process.env.NODE_ENV = process.env.NODE_ENV || config.mode || argv.mode || 'development' config.plugins.push({ apply: (compiler) => {...

@klh did you find a workaround for this or other solution?

I am having the same issue, but on macOS Silicon. I am installing autojump through zinit: ```zsh zinit ice as"program" src"bin/autojump.zsh" \ atclone"python3 ./install.py" \ atpull"%atclone" zinit light wting/autojump ```...

I fixed it by adding `resolveJsonModule` to the `ts-node` config in `utils`. Additionally I created this webpack tsconfig to make sure it does error (if it errors) before the production...

Oh wait, adding this to `ts-node` still errors for `@angular-builders/custom-webpack:karma`. I will try to setup a repl with all cases and the possible fix.