From b5b6931e6b8cb2d3c2f55024a38149a782b03fa2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 17 Apr 2018 14:34:04 +0300 Subject: [PATCH] fix(now) files: add .webpack --- now.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/now.json b/now.json index 13f36e57..cd318123 100644 --- a/now.json +++ b/now.json @@ -6,6 +6,9 @@ "cloudcmd_terminal": "true", "cloudcmd_terminal_path": "gritty" }, + "engines": { + "node": "8" + }, "files": [ "bin", "server", @@ -19,6 +22,7 @@ "tmpl", "img", "modules", + ".webpack", "webpack.config.js", "json", "HELP.md"