summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-05-22 12:45:20 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-05-23 19:12:15 +0000
commit13251a8e57f3c5bd200ddd7dd42ef4e9af110429 (patch)
tree17e929375bf977f781e84c3a10448e2a2d66d99b /webpack.config.js
parente56bb445daf292b95bed419b3114f969aa5e6866 (diff)
downloadphosphor-webui-13251a8e57f3c5bd200ddd7dd42ef4e9af110429.tar.gz
phosphor-webui-13251a8e57f3c5bd200ddd7dd42ef4e9af110429.zip
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>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
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 @@ module.exports = [
// 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
OpenPOWER on IntegriCloud