We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75db443 commit eeaf9c9Copy full SHA for eeaf9c9
packages/@angular/cli/models/webpack-configs/test.ts
@@ -92,7 +92,7 @@ export function getTestConfig(testConfig: WebpackTestOptions) {
92
},
93
plugins: [
94
new webpackBuildLogger({ logEnabled: true }),
95
- new (<any>FileListPlugin)(),
+ // new (<any>FileListPlugin)(),
96
new KarmaWebpackEmitlessError()
97
].concat(extraPlugins)
98
};
0 commit comments