Skip to content

Commit

Permalink
Remove progress in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Mar 28, 2020
1 parent 8d35f27 commit 72bc607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/webpack.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const config: webpack.Configuration = {
}),
new ForkTsCheckerWebpackPlugin(),
// @ts-ignore
new SimpleProgressWebpackPlugin()
]
process.env.CI ? null : new SimpleProgressWebpackPlugin()
].filter(Boolean)
};

export default config;

0 comments on commit 72bc607

Please sign in to comment.