We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e746369 commit 0111f18Copy full SHA for 0111f18
packages/@angular/cli/models/webpack-configs/test.ts
@@ -42,6 +42,7 @@ export function getTestConfig(testConfig: WebpackTestOptions) {
42
43
extraRules.push({
44
test: /\.(js|ts)$/, loader: 'istanbul-instrumenter-loader',
45
+ options: { esModules: true },
46
enforce: 'post',
47
exclude
48
});
0 commit comments