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, 0 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index f63beb4c..a43afc63 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -13,7 +13,6 @@ module.exports = {
mode: process.env.WEBPACK_SERVE ? 'development' : 'production',
entry: {
'Juick': [
- 'whatwg-fetch',
__dirname + '/src/index.js',
__dirname + '/src/style/main.css'
]