Skip to content

Commit

Permalink
warnings enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesleo committed Aug 3, 2021
1 parent e1c363f commit 8fe5770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const config = (env, argv) => {
]
},
stats: {
warnings: false
warnings: true
}
};
};
Expand Down

0 comments on commit 8fe5770

Please sign in to comment.