From 7777b2f6b31d3ea8366af600811a8ac13871d302 Mon Sep 17 00:00:00 2001 From: Florent Cailhol Date: Fri, 12 Oct 2018 18:03:03 +0200 Subject: [PATCH] Update EnvironmentPlugin TODO comment --- lib/EnvironmentPlugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/EnvironmentPlugin.js b/lib/EnvironmentPlugin.js index 802082a79..6b76a3452 100644 --- a/lib/EnvironmentPlugin.js +++ b/lib/EnvironmentPlugin.js @@ -34,7 +34,7 @@ class EnvironmentPlugin { */ apply(compiler) { const definitions = this.keys.reduce((defs, key) => { - // TODO remove once the fix has made its way into Node 8. + // NOTE remove once the required node version is >=8.10.0. // Work around https://github.com/nodejs/node/pull/18463, // affecting Node 8 & 9 by performing an OS-level // operation that always succeeds before reading