From 1a6cb958928513dcb3989a61bf257c699424f4d6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 18 Jun 2018 11:30:30 +0300 Subject: fetch polyfill is dev dependency --- vnext/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vnext/package.json') diff --git a/vnext/package.json b/vnext/package.json index bf70be0e..bc4067d6 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -27,7 +27,8 @@ "style-loader": "^0.21.0", "webpack": "^4.12.0", "webpack-command": "^0.2.1", - "webpack-serve": "^1.0.4" + "webpack-serve": "^1.0.4", + "whatwg-fetch": "^2.0.4" }, "babel": { "presets": [ @@ -40,7 +41,6 @@ "query-string": "^6.1.0", "react": "^16.4.1", "react-dom": "^16.4.1", - "react-router-dom": "^4.3.1", - "whatwg-fetch": "^2.0.4" + "react-router-dom": "^4.3.1" } -} \ No newline at end of file +} -- cgit v1.2.3