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/webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 37413101..4c32597c 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -10,6 +10,7 @@ module.exports = { entry: { 'Juick': [ 'babel-polyfill', + 'whatwg-fetch', 'file-loader?name=index.html!./src/views/index.html', __dirname + '/src/index.js', __dirname + '/src/style/main.css' -- cgit v1.2.3