Closed
Description
- Operating System: Both Windows and Ubuntu
- Node Version: 14
- NPM Version: 6.14
- webpack Version: 4.41
- karma-webpack Version: 4.0.2
- karma: 6.0.0
Feature Proposal
Karma 6 just released yesterday but doesn't seem to be supported by karma-webpack.
ERROR [karma-server]: Error during file loading or preprocessing
TypeError: process is not a function
at executeProcessor (/home/nicojs/github/stryker/e2e/node_modules/karma/lib/preprocessor.js:47:11)
at runProcessors (/home/nicojs/github/stryker/e2e/node_modules/karma/lib/preprocessor.js:60:23)
at FileList.preprocess [as _preprocess] (/home/nicojs/github/stryker/e2e/node_modules/karma/lib/preprocessor.js:134:11)
at async Promise.all (index 0)
at /home/nicojs/github/stryker/e2e/node_modules/karma/lib/file-list.js:90:11
at async Promise.all (index 4)
Maybe this has to do with customFileHandlers
being injected?
This is no longer supported: https://github.com/karma-runner/karma/blob/master/CHANGELOG.md#breaking-changes
Metadata
Assignees
Labels
No labels