You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even with the above fix, karma-webpack v5 has a bug that breaks the source map referencing: Source maps broken since v5 codymikol/karma-webpack#493. The proposed temporary solution (set splitChunks: false) does not work for us, because chunking is needed in the tests to load the mailparses and openpgp.js. Their next karma-webpack release will hopefully fix the problem.