Skip to content

Commit eeaf9c9

Browse files
committed
don't emit files
1 parent 75db443 commit eeaf9c9

File tree

1 file changed

+1
-1
lines changed
  • packages/@angular/cli/models/webpack-configs

1 file changed

+1
-1
lines changed

packages/@angular/cli/models/webpack-configs/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function getTestConfig(testConfig: WebpackTestOptions) {
9292
},
9393
plugins: [
9494
new webpackBuildLogger({ logEnabled: true }),
95-
new (<any>FileListPlugin)(),
95+
// new (<any>FileListPlugin)(),
9696
new KarmaWebpackEmitlessError()
9797
].concat(extraPlugins)
9898
};

0 commit comments

Comments
 (0)