Stephanie Katterwe

Results 4 comments of Stephanie Katterwe

Ich kehre zurück am 01.11.2017. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen senden Sie bitte eine Kopie Ihrer E-Mail für technische Angelegenheiten an [email protected], ansonsten an...

> @jjs98 didn't work for me, still have the following error > > ``` > Details: > > /node_modules/@jsverse/transloco/node_modules/flat/index.js:12 > export function flatten (target, opts) { > ^^^^^^ > >...

I've figured out a bit more information, and added it into the discussion I found that was created from a previous issue that looks like the same one: https://github.com/jsverse/transloco/discussions/735#discussioncomment-10187588

What fixed it for us was the following change: 1. remove moduleNameMapper 1. change transforming pattern from ``` transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$)']``` to ``` transformIgnorePatterns: ['node_modules/?!(.\\*.mjs$|@jsverse)']``` ``` transform: { '^.+.(ts|mjs|js|html)$': [ 'jest-preset-angular',...