aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
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'