Fix issue number in TODO
The Uglifying build error is 2871 not 2781.
https://github.com/openbmc/openbmc/issues/2871
Change-Id: I84dedc50c1cc2f45a04eacd1d83cd43bd2a7230f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/webpack.config.js b/webpack.config.js
index be8e366..aef1f00 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -230,7 +230,7 @@
// Reference:
// http://webpack.github.io/docs/list-of-plugins.html#uglifyjsplugin
// Minify all javascript, switch loaders to minimizing mode
- // TODO: openbmc/openbmc#2781 Mangling currently breaks the GUI.
+ // TODO: openbmc/openbmc#2871 Mangling currently breaks the GUI.
new UglifyJsPlugin({
uglifyOptions:{
mangle: false