Skip to content

Commit

Permalink
Remove colors attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuwatch committed Jun 24, 2017
1 parent 5a91583 commit 02c29dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.config.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default merge(baseConfig, {
devServer: {
hot: true,
port: port,
inline: true,
colors: true
inline: true
}
});

0 comments on commit 02c29dc

Please sign in to comment.