From b171b9dca983f87b0387ad94c080a50320630f1b Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sun, 24 Feb 2019 15:37:26 +1100 Subject: [PATCH] Added Node.js version support information --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf7a8fe..01e7646 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,12 @@ There are three available options to filter the time zone data. **At least one o ### Version support -This plugin has been tested with and supports webpack v4. It theoretically supports older versions of webpack (as it uses built-in webpack plugins internally), but this hasn’t been tested. +This plugin has been tested with and officially supports the following dependencies: + +* Node.js 8 or higher +* webpack 4 + +It theoretically supports older versions of webpack (as it uses built-in webpack plugins internally), but this hasn’t been tested. ## Examples